1
0
mirror of https://github.com/midou36o/midou36o.github.io synced 2025-06-04 00:41:01 +05:30

animations and new Nav and footer (stolen from segfault)

This commit is contained in:
2023-01-22 15:08:14 +01:00
parent d3b5a2577e
commit cb3759c183
8 changed files with 32 additions and 27 deletions

@ -12,6 +12,10 @@ html {
scroll-behavior: smooth;
}
#backdesk {
height: 100%;
object-fit: fill;
@ -46,7 +50,6 @@ html {
}
body {
background-color: rgb(0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
height: 100%;
@ -108,17 +111,16 @@ body {
}
a {
color: var(--glowish-yellow);
text-decoration: none;
}
a:visited {
color: rgb(72, 115, 243);
}
a:hover {
color: crimson;
}
.middle-bottom {
height: 200px;