CSS Vendor Prefix Generator
Input your CSS properties below to automatically add vendor prefixes. This tool helps ensure cross-browser compatibility for modern CSS features.
CSS Properties
Enter one CSS property per line or separate with semicolons
WebKit
(Safari, Chrome)
Mozilla
(Firefox)
Microsoft
(IE, Edge)
Opera
• Modern browsers may not need all prefixes, but they ensure compatibility with older versions
• Consider using a build tool like Autoprefixer for production code
• Some properties like 'display: flex' need prefixing for older browsers but not for newer ones
How to use CSS Vendor Prefix Generator
- 1
Paste your CSS
Drop your CSS rules, such as a flex or transition declaration, into the code input box.
- 2
Select the prefixes
Choose which vendor prefixes to add, including -webkit-, -moz-, -ms-, and -o-, based on the browsers you need to support.
- 3
Generate prefixed CSS
Click Generate Prefixes to produce a version of your code with the matching prefixed properties added.
- 4
Copy the result
Copy the prefixed CSS from the output and paste it back into your stylesheet.
Frequently asked questions
What are CSS vendor prefixes for?
Which prefixes can this tool add?
Does it prefix every property I paste?
Do I still need vendor prefixes today?
Is my CSS sent anywhere?
Related tools
Keep going with these handy tools