13 lines
215 B
CSS
13 lines
215 B
CSS
|
header {
|
||
|
border-bottom: 1px solid #DDD;
|
||
|
padding-bottom: 10px;
|
||
|
margin-bottom: 40px;
|
||
|
text-align: center;
|
||
|
font-size: 12px;
|
||
|
color: #555
|
||
|
}
|
||
|
|
||
|
header img {
|
||
|
margin-bottom: 10px;
|
||
|
width: 350px
|
||
|
}
|