...
/Problem: Fullscreen Section with CSS-Only Carousel Effect
Problem: Fullscreen Section with CSS-Only Carousel Effect
Try to display only the selected fullscreen slide using radio buttons and CSS.
We'll cover the following...
We'll cover the following...
Problem description
Given a <section class="fullscreen-section"><input type="radio" ...><div class="slides"><div class="slide"></div>...</div><div class="nav"><label
...