From 75492341aec79f952ca9d9c5023804bfda4f58b6 Mon Sep 17 00:00:00 2001 From: Caleb Fontenot Date: Mon, 13 Feb 2023 19:03:34 -0600 Subject: [PATCH] MP04 --- Assignments/MP04_CalebFontenot/public_html/pacific.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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