Completed
- Using padding instead of gap
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Create Direction-Aware Effects Using Modern CSS
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introduction
- 2 - What we are starting with
- 3 - Using padding instead of gap
- 4 - Adding the underline with a pseudo-element
- 5 - Adding a basic animation on hover
- 6 - Making the line move to the right
- 7 - Making the line move to the left
- 8 - Cleaning things up with custom properties
- 9 - Improving the animation so that it slides
- 10 - Browser support for browsers that don’t support :has
- 11 - This isn’t perfect!