Nav additions and 404 changes
This commit is contained in:
parent
f41770e008
commit
fdc0b7c5bc
@ -7,10 +7,14 @@ body {
|
|||||||
color: aliceblue;
|
color: aliceblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2, h1 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.e404 {
|
||||||
|
font-size: 4.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
form {
|
form {
|
||||||
max-width: 300px;
|
max-width: 300px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
@ -72,7 +76,7 @@ nav ul li {
|
|||||||
color: aliceblue;
|
color: aliceblue;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
width: 95px !important;
|
width: 100px !important;
|
||||||
height: 50px !important;
|
height: 50px !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<!--PAGENAME=404-->
|
<!--PAGENAME=404-->
|
||||||
<h2>Sorry,</h2>
|
<h2>Sorry,</h2>
|
||||||
<h1>404</h1>
|
<h1 class="e404">404</h1>
|
||||||
<h2>We couldn't find the website you are looking for</h2>
|
<h2>We couldn't find the website you are looking for</h2>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
<nav>
|
<nav>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li><a href="/settings"><i class="ri-settings-4-fill"></i></a></li>
|
||||||
<div class="links">
|
<div class="links">
|
||||||
<li><a href="/about">About</a></li>
|
<li><a href="/about">About</a></li>
|
||||||
<li><span class="pfp"><i class="ri-question-fill"></i></span></li>
|
<li><span class="pfp"><i class="ri-question-fill"></i></span></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user