Friday, November 8, 2013

Blog 17

Blog 17

Write down what this CSS code does.

(#menu a { display:block; padding: 7px 25px 7px 20px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color:red; border: none;})


6 comments:

  1. link, block display, padding- top is 7, right is 25, bottom is 7, left is 20, no text decoration, arial font, 12 font size, bold, red, no border

    ReplyDelete
  2. a block menu with 7px, 25px, 7px, and 20px padding, no text decoration, arial font, 12px font, bold font, red font, and no border

    ReplyDelete
  3. block menu that is 7 px 25px 7px and 20px padding. no text decor but has arial font with 12px font that is bold,red and has no border.

    ReplyDelete
  4. block menu with 7px, 25px, 7px, and 20px padding. no text decoration. arial font at 12px. bold and red font with no border.

    ReplyDelete
  5. a block menu, with a padding of 7px(top) 25px(right) 7px(left) 20px(bottom), no text decoration, a font-family of Arial or if that isn't available on a user's computer Helvetica and if not even then sans-serif font. The text is font-size 12, bolded, and colored red. There is no border.

    ReplyDelete
  6. link, black display, padding 7px 25px 7px and 20px, no text decoration, arial font, 12px font, bold, red font and no border

    -Zach

    ReplyDelete