Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css checked

div,
select {
  margin: 8px;
}

/* Labels for checked inputs */
input:checked + label {
  color: red;
}

/* Radio element, when checked */
input[type="radio"]:checked {
  box-shadow: 0 0 0 3px orange;
}

/* Checkbox element, when checked */
input[type="checkbox"]:checked {
  box-shadow: 0 0 0 3px hotpink;
}

/* Option elements, when selected */
option:checked {
  box-shadow: 0 0 0 3px lime;
  color: red;
}
Comment

PREVIOUS NEXT
Code Example
Css :: How to hide specific td border in css 
Css :: how to get all values from object in javascript 
Css :: break pre text 
Css :: select item in populate mongoose 
Css :: css background full width 
Css :: open applications bat start 
Css :: how to write remark in css 
Css :: null vs void 
Css :: css element same line 
Css :: bot page description background selector top.gg 
Css :: word wrap in css 
Css :: large input box bootstrap 4 
Css :: how to make all buttons same size css 
Css :: tailwind border color with gradient 
Css :: make div the size of the text inside 
Css :: how to scale down background image in css 
Css :: center text horizontally and vertically inside a div in css 
Css :: css position sticky 
Css :: estilos de scroll css 
Css :: center item 
Css :: background-color: transparent; 
Css :: how to add image with url in css 
Css :: text shadow 
Css :: background size in css 
Css :: orientation css max and min width media query 
Css :: round 2 corners of div css 
Css :: css darkmode 
Css :: css center alignment 
Css :: css3 background image curve 
Css :: css percent scale checkbox 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =