When you read CSS code and find some weird code like :
-webkit-,
-moz-,
-o-,
-ms-
Let's understand about themβ‘π
What we're going to cover:-
βΌ What is the vendor prefix.
βΌ Prefixes used by major browsers
βΌ Why we Use?
βΌ property supported by browsers or not
βΌ How we can use vendor prefixes?
βΌ automate the vendor prefix writing
π What is the vendor prefix?
CSS properties starting with -webkit-, -moz-, -ms- or -o- are called vendor prefixes.
These are the vendor-prefixed offered by the relevant rendering engines.