pseudo-classes and transitions

Code venture

  • Today, you'll begin by exploring some pseudo-classes, followed by an introduction to transitions.
  • There will be exercise after exercise, culminating in a final challenge.
  • In case you find yourself lost, there will be hints at the end to guide you back to safety!
  • You will grasp the basics, but don't hesitate to google it and go to infinity and beyond!

Syntax of pseudo-classes

style.css

selector:pseudo-class {

property: value;

}