Problem: Basic Sticky Header
Try to create a sticky header that stays fixed at the top of the viewport during scrolling using position: sticky.
We'll cover the following...
We'll cover the following...
Problem description
Given an HTML page with a <header>
element followed by a long <div>
of content, apply CSS so that ...