add space

This commit is contained in:
biglyderv 2025-05-13 06:52:10 -04:00
parent fbb40ba84c
commit c70a955601
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
2 changed files with 247 additions and 1 deletions

244
img/space.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

View file

@ -12,7 +12,9 @@
} }
body { body {
background-color: var(--main-1); background-image: url('img/space.svg');
background-position: center;
background-size: cover;
padding: 0; padding: 0;
margin: 0; margin: 0;
} }