...

/

Solution: Responsive Background Cover

Solution: Responsive Background Cover

Let’s create a hero section with a background image that always covers its container area, preserving aspect ratio and centering the image, regardless of viewport or container size.

Problem description

You have a <div class="hero"> element meant to display a full-width background image. Write CSS rules so the image covers the entire container ...