Css unknown pseudo class for Sololearners | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Css unknown pseudo class for Sololearners

Hello, can you help me where I can learn this pseudo classes? #cmd:not(:checked) + label + .submenu { height: 0; } What are those? 'not(:checked)'? Never seen here in CSS course, '+' so we can use addition (is any operation can be used?) in CSS? Udate: I just saw that code here: https://code.sololearn.com/WDnnlWWLf8At/?ref=app Where I can learn them? Any link?

21st Dec 2021, 5:21 AM
Jonathan P. Jundarino
Jonathan P. Jundarino - avatar
1 Answer
0
The 'not(:checked)' refers when a input type checkbox its not checked and the '+ label' means the adyacent label element to the input. You can search 'css selectors' for more information https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors
22nd Dec 2021, 1:55 AM
Matias
Matias - avatar