css: added changes to fix rendering bugs

same with the rest of the files
This commit is contained in:
Mohamad Damaj 2023-03-09 20:52:18 +02:00
parent f8d1f8c2aa
commit 6f179bd22b
4 changed files with 15 additions and 5 deletions

View file

@ -1,4 +1,5 @@
html {
font-family: monospace;
margin: auto;
width: 80%;
background-color: #131316;
@ -6,6 +7,10 @@ html {
b {
color: #ffffff;
}
middle {
text-align: center;
display: block;
}
body {
background-color: #1f2024;
box-shadow: 0px 0px 15px #000000;
@ -23,6 +28,7 @@ hr {
}
.logo {
font-family: monospace;
font-size: 35pt;
text-align: center;
display: block;
@ -30,8 +36,8 @@ hr {
}
.links {
font-size: 10pt;
vertical-align: middle;
text-align: center;
display: block;
}
.code {
text-align: center;
@ -43,6 +49,10 @@ a {
text-decoration: none;
transition: 0.1s;
}
img {
vertical-align: middle;
}
a:hover {
color: #89cff0;
}