MP04
This commit is contained in:
parent
b66c2f8aa1
commit
75492341ae
@ -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%;
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user