Massive improvements

This commit is contained in:
Mohamad Damaj 2024-03-30 03:24:28 +02:00
parent 0e306baacb
commit aa513e6e41
12 changed files with 171 additions and 5 deletions

22
css/404.css Normal file
View file

@ -0,0 +1,22 @@
html {
font-family: monospace;
margin: auto;
width: 80%;
background-color: #131316;
padding: 70px;
max-width: 1000px;
height: 80vh;
}
b {
color: #ffffff;
font-size: 30px;
}
p {
color: #FFFFFF;
font-size: 20px;
}
a {
color: #fd7717;
}

View file

@ -70,9 +70,10 @@ header img {
/* Footer Style */
footer {
position: fixed;
position: relative;
left: 0px;
bottom: 0px;
bottom: 0vh;
z-index: 10px;
height: 30px;
width: 100%;
text-align: center;