Use inherit to reduce repetition of CSS property values
Every now and then you will find yourself having to repeat the same value for a particular property in several CSS rules. Sometimes doing so is necessary, but there are some situations when you can use the “inherit” value to … Continue reading
Posted in Blog
Comments Off on Use inherit to reduce repetition of CSS property values