Tiggles ツ of Speak Creative
11/28/2018 - 5:43 PM

Radio Button Styling

Radio Button Styling

  input[type=radio] {
    display: inline-block;
    -webkit-box-shadow: none;
    width: 20px;
    height: 15px;
    /* align-items: baseline; */
    margin-bottom: 5px;
}