Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS color link Reply To: color link

#253211
Atelierbram
Participant

Understanding CSS is to understand the following founding principles:

  • inheritance
  • the cascade
  • specificity

When you search for “Specifics on CSS Specificity” on this site you will find essential insights in how specificity works, and also some valuable hints on why to best avoid using id-selectors in CSS.

I forked your pen (using only the relevant parts):

http://codepen.io/atelierbram/pen/dvgyEV