kinda working

This commit is contained in:
Adam Mohammed
2024-11-13 09:57:38 -05:00
parent 83a80dcae8
commit c2d17c2188
5 changed files with 90 additions and 26 deletions

View File

@@ -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; */