kinda working
This commit is contained in:
BIN
app/assets/images/hero.jpg
Normal file
BIN
app/assets/images/hero.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 451 KiB |
@@ -14,11 +14,17 @@
|
||||
*= require_self
|
||||
*/
|
||||
@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap');
|
||||
/* html, body { */
|
||||
/* margin: 0; */
|
||||
/* padding: 0; */
|
||||
/* height: 100%; */
|
||||
/* } */
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
.hero-bg {
|
||||
background-image: url("assets/hero.jpg");
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
/* #container { */
|
||||
/* background-color: darkseagreen; */
|
||||
|
||||
Reference in New Issue
Block a user