starting to get things in order

This commit is contained in:
2024-11-17 15:25:20 -05:00
parent 967460a720
commit 4934c26c9a
3 changed files with 128 additions and 86 deletions

View File

@@ -13,7 +13,8 @@
*= require_tree .
*= require_self
*/
@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Euphoria+Script&family=Fleur+De+Leah&family=Rouge+Script&display=swap');
html, body {
margin: 0;
padding: 0;
@@ -21,8 +22,14 @@ html, body {
.hero-bg {
background-image: url("assets/hero.jpg");
background-size: contain;
background-color: #FDFEFE;
}
.lavender-wisp {
background-image: url("assets/lavender-wisp.png");
background-size: cover;
height: 4rem;
}
/* #container { */
@@ -66,3 +73,9 @@ html, body {
font-weight: 400;
font-style: normal;
}
.rogue-script {
font-family: "Rouge Script", cursive;
font-weight: 400;
font-style: normal;
}