19 lines
266 B
CSS
Executable File
19 lines
266 B
CSS
Executable File
#title {
|
|
margin-top: 12px;
|
|
background-color: #fff;
|
|
color: #000;
|
|
|
|
}
|
|
|
|
#content {
|
|
background-color: #fff;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
#footer {
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
background-color: #000;
|
|
color: #fff;
|
|
}
|