Separator and meta stuff.

master
Nabile Rahmani 2018-04-13 01:50:41 +02:00
parent 28c1fb8bd0
commit f6d12cde80
2 changed files with 10 additions and 3 deletions

View File

@ -27,6 +27,13 @@ a:hover {
text-decoration: underline;
}
hr {
border-style: none;
background-image: linear-gradient(to right, #069330 25%, #011DA9 25%, #011DA9 50%, #FE2015 50%, #FE2015 75%, #FFC001 75%, #FFC001 100%);
height: 2px;
opacity: 0.7;
}
.shadow {
text-shadow: var(--background) 0em 0em 0.08em;
}

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@ -8,12 +8,12 @@
<link rel="icon" href="docs/images/Logo.svg">
</head>
<body>
<section class="page-header">
<header class="page-header">
<h1 class="title shadow"><a href="/DotN64">DotN64</a></h1>
<h2 class="subtitle shadow">.N⁶⁴ is a cross-platform emulator in the works.</h2>
<a class="button" href="/git/Nabile/DotN64">Source</a>
<a class="button" href="docs">Documentation</a>
</section>
</header>
<section class="page-content">
$body$
</section>