This commit is contained in:
Chloe Fontenot 🏳️‍⚧️ 2023-02-13 19:03:34 -06:00
parent b66c2f8aa1
commit 75492341ae

View File

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