Tag Archive for 'css'

Wiping Out Inherited CSS Styles

Sure, you can use the !important css keyword in your stylesheets to override inherited styles, but what about when you want to simply wipe out or remove a style defined in a parent? Use the auto keyword.

Read More