Answers for "radio button custom css codepen"

CSS
0

radio button custom css codepen

/* go to codepen for the html of this css doc: https://codepen.io/mkx_Yasin/pen/PojYZqp */


#radiobuttonex{
  border: 2px solid rgb(255,1,199);
  text-align: center;
  font-family: sans serif;
  width: 305px;
  background: rgb(50,50,100);
  border-radius: 40px;
}

label{
  font-size: 20px;
  color: gray;
}

label:hover{
  color: lime;
  padding: 5px;
}
Posted by: Guest on August-21-2021

Browse Popular Code Answers by Language