Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
Learn CSS pseudo classes in 5 minutes πŸ‘¨β€πŸ‘§β€πŸ‘¦
Play lesson

CSS tutorial for beginners 🎨 - Learn CSS pseudo classes in 5 minutes πŸ‘¨β€πŸ‘§β€πŸ‘¦

4.0 (2)
19 learners

What you'll learn

This course includes

  • 1 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

CSS pseudo classes elements tutorial example explained #CSS #pseudo #classes /* -------------- style.css --------------*/ a:link{ color:lawngreen; } a:visited{ color:grey; } a:hover{ color:tomato; } a:active{ color:yellow; } button:hover{ background-color: lightgrey; } button:active{ background-color: white; } li:nth-child(1){ background-color: yellow; } li:nth-child(even){ background-color: skyblue; } li:nth-child(odd){ background-color: powderblue; } li:nth-child(5n+0){ background-color: yellow; }

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere