...
/Solution: Fullscreen Section with Scroll Indicator
Solution: Fullscreen Section with Scroll Indicator
Let’s make a fullscreen section with centered content and a bottom-centered scroll indicator.
We'll cover the following...
We'll cover the following...
Problem description
Given an HTML file with a <section class="fullscreen-section">
containing a <div class="scroll-indicator"></div>
, use CSS ...