Return to Snippet

Revision: 16108
at July 27, 2009 06:22 by funkadelicsoul


Initial Code
<style type="text/css">
div[style] {   background: yellow !important;}
</style>

<div style="background: red;">    The inline styles for this div should make it red.</div>

Initial URL
http://m.css-tricks.com/override-inline-styles-with-css/

Initial Description


Initial Title
Over ride Inline styles

Initial Tags


Initial Language
HTML