Saturday, April 13, 2013

April 12 Online Discussion Question 3

What have you learned about the "C" in CSS?

6 comments:

  1. To calculate the specificity you start with three 000's. Then you just tally up various things from the selector.

    Ids?

    Classes of Pseudo classes?

    Element names?

    Then you tally up all of these things find the total number. The more specific the number the more specific the rule.

    Ethan

    ReplyDelete
  2. It stands for 'Cascade'.

    [Collin]

    ReplyDelete
  3. without it css would be useless

    {travis}

    ReplyDelete
  4. It's used for multiple style sheets. The reader can override a style by putting "!important" on the end of their property declerations.

    Autumn

    ReplyDelete
  5. The reader can override a style by putting an "!important" on the end of their property declaration.
    Gracie

    ReplyDelete
  6. it's basically the awesomeness that makes awesome sights awesome!
    it allows viewers to override your styles so something they want or need it to look like if they're that picky =D

    ReplyDelete