diff --git a/Assignments/MP04_CalebFontenot/public_html/pacific.css b/Assignments/MP04_CalebFontenot/public_html/pacific.css index 2a744e8..cfc5506 100644 --- a/Assignments/MP04_CalebFontenot/public_html/pacific.css +++ b/Assignments/MP04_CalebFontenot/public_html/pacific.css @@ -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%; } \ No newline at end of file