diff --git a/Assignments/MP04_CalebFontenot/Printed HTMLs/pacific.html b/Assignments/MP04_CalebFontenot/Printed HTMLs/pacific.html index f800473..f190ca2 100644 --- a/Assignments/MP04_CalebFontenot/Printed HTMLs/pacific.html +++ b/Assignments/MP04_CalebFontenot/Printed HTMLs/pacific.html @@ -105,17 +105,20 @@ table {color: #888888; background-color: #313335; font-family: monospace; font-w #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%; }