diff --git a/MineCore.png b/MineCore.png new file mode 100644 index 0000000..220bb43 Binary files /dev/null and b/MineCore.png differ diff --git a/Qub3d.png b/Qub3d.png new file mode 100644 index 0000000..dd4ff90 Binary files /dev/null and b/Qub3d.png differ diff --git a/image.png b/image.png new file mode 100644 index 0000000..b6a214c Binary files /dev/null and b/image.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..081c178 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + +Qub3d Engine + + + +
+ +
\ + + + +
+
+ \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..3d6a2a0 --- /dev/null +++ b/style.css @@ -0,0 +1,62 @@ +* +{ + margin: 0; + padding: 0; +} + +header +{ + background-image:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(image.png); + height: 100vh; + background-size: cover; + background-position: center; +} + +.main-nav +{ + float: right; + list-style: none; + margin-top: 30px; +} + +.main-nav li +{ + display: inline-block; +} + +.main-nav li a +{ + color: white; + text-decoration: none; + padding: 5px 20px; + font-family: "Roboto", sans-serif; + font-size: 15px; +} + +.main-nav li.active a +{ + border: 1px solid white; +} + +.main-nav li a:hover +{ + border: 1px solid white; +} + +.logo img +{ + width: 100px; + height: auto; + float: left; +} + +body +{ + font-family: monospace; +} + +.row +{ + max-width: 1200px; + margin: auto; +} \ No newline at end of file