12 lines
179 B
CSS
12 lines
179 B
CSS
|
header {
|
||
|
font-family: arial, sans-serif;
|
||
|
max-width: 600px;
|
||
|
min-width: 320px;
|
||
|
font-size: 16px;
|
||
|
margin: 0 auto;
|
||
|
color: #555
|
||
|
}
|
||
|
|
||
|
header img {
|
||
|
width: 100%
|
||
|
}
|