From c34c078e40047c7690980a5ffb23829a95f5d1a1 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Mon, 13 Feb 2023 19:04:04 -0600 Subject: [PATCH] MP04 --- .../MP04_CalebFontenot/Printed HTMLs/pacific.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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%; }