Search⌘ K

Fullscreen Section with Background Color

Explore how to build adaptive fullscreen sections in CSS that fill the entire viewport height, apply a solid background color, and center content both horizontally and vertically. This lesson helps you master layout techniques for immersive responsive web design without altering HTML or using JavaScript.

Problem description

Given an HTML file with a <section class="fullscreen-section">, write CSS to ...