override inline styles


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* override inline styles */
  2. span[style]{
  3. color: inherit !important;
  4. font-size: inherit !important;
  5. }

URL: http://www.blogrammierer.de/css-inline-styles-uberschreiben/

Report this snippet


Comments


You need to login to view comments.