Make radio button bigger? April 18, 2023 by Tarik Try this code: input[type="radio"] { transform: scale(2); }