17 lines
No EOL
206 B
CSS
17 lines
No EOL
206 B
CSS
/* General styling */
|
|
body{
|
|
background-color: #007480;
|
|
}
|
|
/* Title bar */
|
|
#title {
|
|
background-color: white;
|
|
height: 82px;
|
|
}
|
|
|
|
#title img {
|
|
float: left;
|
|
}
|
|
|
|
#title h1 {
|
|
position: relative;
|
|
} |