1st commit

This commit is contained in:
2026-05-25 19:45:43 -03:00
commit 55087c8278
44 changed files with 1522 additions and 0 deletions

17
static/css/home_style.css Normal file
View File

@@ -0,0 +1,17 @@
html, body {
height:100%;
padding: 0;
margin: 0;
color: white;
}
html{
background-image: url('../img/background.jpg');
background-size: cover;
}
body {
background: rgba(0, 0, 0, 0.466);
}
#home-content{
text-align: center;
padding-top: 20%;
}

BIN
static/img/background.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB