CSS elements for CSS Designer page
body element:
- set the font-family to Georgia, serif
- set the text color to black (#000000)
- set the line-height to 140% (em 1.4)
- set the margin to 30px (all-around)
-
set the background-image to page-bg.gif
- set the background-color to #F7F3DE
header element, h1 selector:
- set the font-size to 350%
- set the color to #7C1A00
- set the padding to 40px
- set the left-paddingto 120px
-
set the background-image to header-image-1.gif
- position it at the top left
- and it should not repeat
#container id (for section element):
- set the margin-bottom to 30px
nav element:
- set the float to left
- set the width to 150px
nav element, ul tag:
- set the paddingto 0px
- set the margin to 0px
- set the list-style-type to none
- set the color to #7C1A00
nav element, li tag:
- set the margin to 10px
- set the border width to 1px
- set border-style to solid
- set the border-color to #7C1A00
- set the background-color to #FFE597
nav element, a tag:
- set the color to white
- set the background-color to #8C9273
- set the padding to 3px
- set the right-padding to 60px
- set the text-decoration to none
set the background-color to #7C1A00
#content id (for article element):
- set the background-image to trans-bg.gif
- set the border to 1px solid #CCCCCC
- set the margin-left to 180px
- set the padding to 10px
- set the clear to both
- set the text-align to center
footer element, li tag:
- set the display to inline
- set the padding to 10px
global h1 element:
- set the color to #8C9273
global h2 element:
- set the border-left to 20px solid #8C9273
- set the border-bottom to 5px solid #8C9273
- set the padding-left to 5px
global h3 element:
- set the background-image to header-star-1.gif, the image should not repeat
- set the padding-left to 20px
global blockquote element:
- set the background-color to #FFE597
ul element:
- set the list-style-type to square
global a element:
- set the color to #7C1A00
- set the font-weight to bold
global a:hover pseudo-class:
- set the background-color to #FFE597