1st commit
This commit is contained in:
17
static/css/home_style.css
Normal file
17
static/css/home_style.css
Normal 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
BIN
static/img/background.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 MiB |
Reference in New Issue
Block a user