commit before sleeping, removed most of the projects css style and actually centered the icons on the main page.

This commit is contained in:
2023-07-31 01:39:17 +01:00
parent b3068e23c6
commit 9c77f90c58
4 changed files with 49 additions and 65 deletions

View File

@ -10,29 +10,26 @@ html {
scroll-behavior: smooth;
}
#backdesk {
height: 100%;
object-fit: fill;
overflow: hidden;
animation: rainbow 20s steps(120) infinite;
height: 100%;
object-fit: fill;
overflow: hidden;
animation: rainbow 20s steps(120) infinite;
}
#backmob {
display:none;
display: none;
}
@keyframes rainbow {
from { filter:hue-rotate(10deg); }
to { filter:hue-rotate(360deg); }
}
from {
filter: hue-rotate(10deg);
}
to {
filter: hue-rotate(360deg);
}
}
.bio-and-projects {
text-align: center;
position: fixed;
left: 5px;
width: 100%;
}
@ -43,7 +40,7 @@ html {
}
.bg {
background-image: url(/Images/BG_FHD_darker_mb.png);
background-image: url(/Images/BG_FHD_darker_mb.png);
}
body {
@ -93,7 +90,6 @@ body {
width: 125px;
}
.middle {
text-align: center;
top: 50%;
@ -104,14 +100,6 @@ a {
text-decoration: none;
}
.middle-bottom {
height: 200px;
width: 400px;
@ -131,9 +119,6 @@ img {
text-align: center;
}
@media (prefers-color-scheme: dark) {
html {
--primary: #151515;