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.
We'll cover the following...
We'll cover the following...
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 ...