Commit 7018135a authored by Athanasios's avatar Athanasios
Browse files

Add X3DOM tutorials

parent 8faf9dd5
Pipeline #3781 passed with stages
in 25 seconds
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Visualization</title>
<title>X3DOM Tutorials</title>
<style>
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
.button {
text-decoration: none;
display: block;
width: 500px;
height: 25px;
color: black;
background: lightgray;
padding: 10px;
text-align: center;
border-radius: 5px;
line-height: 25px;
margin-bottom: 10px;
font-family: sans-serif;
}
.button:hover {
background-color: #4CAF50;
color: white;
}
.center {
display: flex;
flex-direction: column;
align-items: center;
}
</style>
</head>
<body>
<a href="X3DOMTutorial/">X3DOM Tutorial</a>
<ul class="center">
<li><a class="button" href="X3DOMTutorial/">X3DOM Tutorial</a></li>
</body>
</html>
</html>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment