Saturday, October 19, 2013

Blog 10

Blog 10

Describe what these lines of CSS do.

div div p { color: red}

6 comments:

  1. Makes all pargraphs after two divisions red (the test is made red, to be clear).

    Also, First!

    ReplyDelete
  2. making the paragraph font red

    ReplyDelete
  3. makes the paragraph font red for two divisions

    -Zach

    ReplyDelete
  4. makes the paragraph after the division red

    ReplyDelete
  5. the paragraphs after the two divs are red in CSS

    ReplyDelete
  6. The paragraphs after two divisions become red.

    ReplyDelete