13 lines
153 B
CSS
13 lines
153 B
CSS
header #banner {
|
|
position: fixed;
|
|
top: 0;
|
|
width: 250px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
section {
|
|
display: block;
|
|
min-height: 112px;
|
|
}
|