parent
6e161969da
commit
4186a64039
@ -0,0 +1,68 @@ |
|||||||
|
h1 { |
||||||
|
|
||||||
|
color: #006363; |
||||||
|
font-size: 50pt; |
||||||
|
font-family: Georgia, Times, serif; |
||||||
|
font-weight: normal; |
||||||
|
} |
||||||
|
|
||||||
|
body { |
||||||
|
background: #e2e2e2; |
||||||
|
color: #000000; |
||||||
|
font-family: Trebuchet MS, Arial, Times New Roman; |
||||||
|
font-size: 12px; |
||||||
|
} |
||||||
|
|
||||||
|
#container { |
||||||
|
background: #FFFFFF; |
||||||
|
margin: 30px auto; |
||||||
|
width: 900px; |
||||||
|
height: 1000px; |
||||||
|
} |
||||||
|
|
||||||
|
#header { |
||||||
|
text-align: center; |
||||||
|
|
||||||
|
background: #5CCCCC; |
||||||
|
height: 100px; |
||||||
|
width: 900px; |
||||||
|
} |
||||||
|
|
||||||
|
#navigation { |
||||||
|
background: #a2a2a2; |
||||||
|
width: 900px; |
||||||
|
height: 20px; |
||||||
|
} |
||||||
|
|
||||||
|
#menu { |
||||||
|
background: #ffffff; |
||||||
|
float: left; |
||||||
|
width: 150px; |
||||||
|
height: 600px; |
||||||
|
} |
||||||
|
|
||||||
|
#content { |
||||||
|
margin-top:30px; |
||||||
|
background: #ffffff; |
||||||
|
float: right; |
||||||
|
width: 750px; |
||||||
|
height: 600px; |
||||||
|
} |
||||||
|
|
||||||
|
#footer { |
||||||
|
background: #838283; |
||||||
|
height: 180px; |
||||||
|
width: 900px; |
||||||
|
} |
||||||
|
|
||||||
|
#clear { |
||||||
|
clear:both; |
||||||
|
} |
||||||
|
|
||||||
|
#textArea{ |
||||||
|
background: #EEFFFF; |
||||||
|
color: #000000; |
||||||
|
font-family: Trebuchet MS, Arial, Times New Roman; |
||||||
|
font-size: 15px; |
||||||
|
resize: none; |
||||||
|
} |
Loading…
Reference in new issue