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;
}