DEV Community

Cover image for CSS Selectors: The Full Reference Guide 🚀

CSS Selectors: The Full Reference Guide 🚀

_CODE on June 23, 2021

Hello, everybody! 🚀 Today we'll be covering CSS selectors in depth. Table of contents What is a selector in CSS? Types of selecto...
Collapse
 
muhyilmaz profile image
MUHAMMED YILMAZ

thanks good post.

Collapse
 
underscorecode profile image
_CODE

Thanks!

Collapse
 
mrzenw profile image
MrZenW

Today's post

Collapse
 
rouilj profile image
John P. Rouillard

Your syntax for pseudo-element is incorrect. You are missing a :

Syntax: elem:pseudo-element { style properties }
Enter fullscreen mode Exit fullscreen mode

Nice summary otherwise.

Collapse
 
nitsancohen770 profile image
Nitsan Cohen

Nice summary

Collapse
 
underscorecode profile image
_CODE

Thanks for your feedback!

Collapse
 
danitoranzo profile image
Dani Toranzo

Thanks, I needed this!

Collapse
 
underscorecode profile image
_CODE

I'm glad it helped you!

Collapse
 
king11 profile image
Lakshya Singh

Amazing description thanks

Collapse
 
underscorecode profile image
_CODE

Thank you!

Collapse
 
cjnucette profile image
Carlos Nucette

Great post, but specificity should be addressed as well.

Collapse
 
constant profile image
K Subramanyeshwara

How did you managed to get the same browser window for all the output? It would be really helpfull if you help with that window