/* For a checked radio or checkbox */
input[type="radio"]:checked + label
input[type="checkbox"]:checked + label
/* For an unchecked radio or checkbox */
input[type="radio"]:not(:checked) + label
input[type="checkbox"]:not(:checked) + label
input[name="yourcheckbox"]:not(:checked)
Code Example |
---|
Css :: tailwind absolute center |
Css :: how to apply outline to text in html css |
Css :: make an anchor tag inactive |
Css :: css make text not highlightable |
Css :: css media query aspect ratio |
Css :: how to make a glow effect in html |
Css :: How to check tailwindcss version |
Css :: transition scale |
Css :: css center grid |
Css :: flex center |
Css :: line break doesnt work css |
Css :: add background image and color css |
Css :: css animation image up and down |
Css :: css height of screen |
Css :: vertical-align table row |
Css :: how to fix stylelint errors |
Css :: width clamp css |
Css :: roboto |
Css :: centering css elements |
Css :: flex max slang meaning |
Css :: faire un fond fade to transparent css |
Css :: restrict flex items in a row |
Css :: css shadow border |
Css :: mysqli check if delete was successful |
Css :: Add dark filter to an image - CSS |
Css :: ul li seprator |
Css :: css flex gap between items |
Css :: break word css |
Css :: 3d button |
Css :: before content from attribute |