skip to Main Content

Css – How to properly center checked radio button?

I was styling a radio button and couldn't center the dot when checked. I tried using absolute positioning and grid display to center it, but I was unsuccessful. Can somebody tell me the reason and how to solve it? /*--------styling using absolute poistionning---------*/ input[type="radio"]#id2{…

VIEW QUESTION
Back To Top
Search