ENTER Unprefixed CSS Code:
.topheader{
display: flex;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
OUTPUT (with Vendor Prefixes):
.topheader{
display: -webkit-box;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
CSS AutoPrefixer intelligently adds CSS vendor prefixes to your unprefixed CSS codes based on real world usage, to avoid unnecessary prefixes and bloat. Powered by PostCSS and AutoPrefixer, with browser compatibility and filters provided by CanIUse and BrowserList.
CSS AutoPrefixer v1.01. CSS Drive. Powered by PostCSS Autoprefixer
Copied!