some of my html and css code isn't working in safari. I read about vendor prefixes and webkits but didn't understand much. is there any article or video by which I'm gonna understand what to do? (p.s I'm beginner, just started css and html)
I made several radio button which changes color on hover and click, but it doesn't work in safari and does in google chrome.
Try putting -webkit-appearance: none;
in your css.