I'm learning CSS and there is some prefix like -moz and -webkit that repeats the same code to accomodate for Mozilla, Safari, etc. when it comes to things like CSS3 transition or border-radius.
All the answers I have found are from 2010 or 2011 but nothing recent. Do I still need to use these prefixes or are most browsers all CSS3 ready?