12 lines
181 B
CSS
12 lines
181 B
CSS
.header {
|
|
background-color: #0077cc;
|
|
color: white;
|
|
padding: 20px 0;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.header h1 {
|
|
margin: 0;
|
|
font-size: 2.5em;
|
|
}
|
|
|