23 lines
281 B
CSS
23 lines
281 B
CSS
|
|
#header {
|
|
top: 0px;
|
|
left: 0px;
|
|
right: 0px;
|
|
height: 40px;
|
|
color: white;
|
|
margin: 0px;
|
|
background: black;
|
|
border:0px;
|
|
border-bottom: 2px solid #fff;
|
|
}
|
|
|
|
#header h1 {
|
|
margin: 0px;
|
|
}
|
|
|
|
#header h1 img {
|
|
margin:0px;
|
|
margin-left:5px;
|
|
margin-right: 10px;
|
|
vertical-align: middle;
|
|
}
|