Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

add pseudo buttons

.checkbox-wrapper label::before, .radio-wrapper label::before {
  content: "";
  height: 20px;
  width: 20px;
  background: rgba(255, 255, 255, 0.75);  
  border: 1px solid #024e76;  
  position: absolute;
  top: -4px;
  left: -30px;
}
Source by courses.bootcampspot.com #
 
PREVIOUS NEXT
Tagged: #add #pseudo #buttons
ADD COMMENT
Topic
Name
6+4 =