fixes
This commit is contained in:
@ -12,6 +12,7 @@
|
||||
<div class="header">
|
||||
<div class="header-title">
|
||||
<h1>Wyatt J. Miller</h1>
|
||||
<p>version 1.2.1 "Velvet Thunder"</p>
|
||||
</div>
|
||||
<nav class="nav nav-pills nav-justified">
|
||||
<a class="nav-item nav-link" href="/">Home</a>
|
||||
|
@ -49,4 +49,4 @@ if (time < 12) {
|
||||
elTime.innerHTML = a;
|
||||
}
|
||||
|
||||
//whatTimeIsIt();
|
||||
console.log("Anyone that gets the version codename, email me by clicking the contact button.");
|
||||
|
@ -16,6 +16,7 @@ a:hover {color: seashell !important;}
|
||||
.header {background-color: #4c4e51;}
|
||||
.header-title {color: whitesmoke;}
|
||||
.header-title h1 {font-family: "Pacifico", cursive; font-size: 72px; text-align: center; margin: 0; padding: 35px;}
|
||||
.header-title p {font-size: 10px; text-align: right; margin: 1px; color: #63666b}
|
||||
|
||||
.footer {font-family: "Oswald", sans-serif; background-color: #4c4e51; padding: 20px; position: sticky; width: 100%; bottom: 0;}
|
||||
.footer p {font-size: 20px; color: white; text-align: center; padding: 5px;}
|
||||
|
Reference in New Issue
Block a user