master
Chloe Fontenot 🏳️‍⚧️ 2023-02-13 19:03:34 +07:00
parent b66c2f8aa1
commit 75492341ae
1 changed files with 6 additions and 3 deletions

@ -84,15 +84,18 @@ img {
#homehero {
height: 300px;
background-image: url("images/coast.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
#yurthero {
height: 300px;
background-image: url("images/yurt.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}
#trailhero {
height: 300px;
background-image: url("images/trail.jpg");
background-repeat: no-repeat;
background-size: 100% 100%;
}