...

/

Problem: Basic Sticky Header

Problem: Basic Sticky Header

Try to create a sticky header that stays fixed at the top of the viewport during scrolling using position: sticky.

Problem description

Given an HTML page with a <header> element followed by a long <div> of content, apply CSS so that ...