Friday, February 8, 2013

February 8 Online Discussion Question 1

What role does inheritance play in CSS?

6 comments:

  1. Elements will inherite styles from their parent element. This happens so that you don't have to go in and add CSS rules for every inline element that is effected by the inheritance.

    Ethan

    ReplyDelete
  2. Yeah. ^ o_o

    [Collin]

    ReplyDelete
  3. You can also override the inheritance by supplying a specific rule for an element.
    Autumn

    ReplyDelete
  4. Can't say it any better than that!!
    Gracie

    ReplyDelete
  5. inheritance is basically a shortcut to applying stuff to large numbers of things, and if you want to change specifics all you have to do is write in a rule for the one part you want to change... pretty handy

    ReplyDelete