Update signature.html

Edited background colour of title, and changed footer
master
Muhammad Nur Hidayat Yasuyoshi 2017-04-21 18:14:00 +08:00 committed by GitHub
parent 6037d73936
commit 5b4ce03164
1 changed files with 6 additions and 4 deletions

View File

@ -8,6 +8,7 @@
-webkit-flex-flow: row wrap;
flex-flow: row wrap;
text-align: center;
font-family:Roboto,Arial,Verdana;
}
.flex-container > * {
@ -18,11 +19,12 @@
.article {
text-align: left;
font-family:Roboto,Arial,Verdana;
}
header {background: black;color:white;}
footer {background: #aaa;color:white;}
.nav {background:#eee;}
header {background: white;color:black;font-family:Roboto,Arial,Verdana;}
footer {background: #aaa;color:white;font-family:Roboto,Arial,Verdana;}
.nav {background:#eee;font-family:Roboto,Arial,Verdana;}
.nav ul {
list-style-type: none;
@ -55,7 +57,7 @@ WHAT
<p>HAPPENING</p>
</article>
<footer>OH!</footer>
<footer>Hosted on <a href="https://github.com/MuhdNurHidayat/MuhdNurHidayat.github.io/">Github</a>!</footer>
</div>
</body>