Back
Syntax
Study
Editor
Mode:
HTML
CSS
JavaScript
PHP
Reset
Run »
HTML / CSS / JS
/* Acceptable uses */ .sr-only { position: absolute !important; clip: rect(0,0,0,0) !important; } .text-center { text-align: center !important; } /* Bad use — escalation spiral */ .header .nav a { color: blue !important; } .header .nav a.active { color: red !important; } /* had to fight back */
Result
Open