added more content

This commit is contained in:
James 2022-09-26 11:58:43 +02:00
parent 9141977399
commit c81a44d53a
2 changed files with 1006 additions and 416 deletions

View File

@ -1,6 +1,5 @@
html {
/* background: url("https://cutewallpaper.org/21/gmod-backgrounds/Garrys-Mod-Ttt-Addons-Kesho-Wazo.jpg") no-repeat center center fixed; */
background: url("https://img4.goodfon.com/wallpaper/nbig/2/39/tokho-toukhou-devushka-fon-mech.jpg") no-repeat center center fixed;
background: url("https://img4.goodfon.com/wallpaper/nbig/2/39/tokho-toukhou-devushka-fon-mech.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
@ -38,7 +37,7 @@ body::-webkit-scrollbar-thumb {
.blurry {
/* border-top-right-radius: 42px; */
backdrop-filter: blur(17px) !important;
backdrop-filter: blur(27px) !important;
}
.sidenav-overlay {
@ -80,3 +79,6 @@ pre code {
margin-right: -50%;
transform: translate(-50%, -50%);
}
.pinned {
position: fixed !important;
}

1414
index.php

File diff suppressed because one or more lines are too long