I have markup that uses inline styles, but I don\'t have access to change this markup. How do I override inline styles in a document using only CSS? I don\'t want to use jQu
!important, after your CSS declaration.
!important
div { color: blue !important; /* This Is Now Working */ }