add pseudo buttons

Solutions on MaxInterview for add pseudo buttons by the best coders in the world

showing results for - "add pseudo buttons"
Emilia
22 Nov 2016
1.checkbox-wrapper label::before, .radio-wrapper label::before {
2  content: "";
3  height: 20px;
4  width: 20px;
5  background: rgba(255, 255, 255, 0.75);  
6  border: 1px solid #024e76;  
7  position: absolute;
8  top: -4px;
9  left: -30px;
10}
similar questions
queries leading to this page
add pseudo buttons