lol xd xd lol

This commit is contained in:
xelframe 2026-04-04 23:26:41 +03:00
commit 1816bd663a
3 changed files with 1 additions and 4 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

BIN
assets/background.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View file

@ -11,19 +11,16 @@ body {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
font: 14px 'ConsolasBold'; font: 14px 'ConsolasBold';
color: #fff; color: #fff;
/* background: url('/assets/background.jpg') center/cover no-repeat; */
background: #222222; background: #222222;
} }
main { main {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
min-height: 100vh; flex: 1;
width: 100%; width: 100%;
backdrop-filter: blur(2px);
box-sizing: border-box; box-sizing: border-box;
padding-left: 20%; padding-left: 20%;
padding-right: 20%; padding-right: 20%;