From c1105338161ac0632e5a6c0cebe7252efb44219a Mon Sep 17 00:00:00 2001 From: oldoc63 Date: Thu, 24 Mar 2022 08:48:47 -0400 Subject: [PATCH] The image will cover the entire background of the element, all while keeping the image in proportion #764 --- responsiveDesign/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/responsiveDesign/style.css b/responsiveDesign/style.css index a0e90cc..debc03d 100644 --- a/responsiveDesign/style.css +++ b/responsiveDesign/style.css @@ -29,7 +29,7 @@ p { height: 46rem; background-image: url('camel-background.png'); background-position: center; - + background-size: cover; background-repeat: no-repeat; display: flex; justify-content: center;