11 lines
149 B
CSS
11 lines
149 B
CSS
h2 {
|
|
background-color: blue;
|
|
color: white;
|
|
}
|
|
|
|
img#logo {
|
|
width: 25%;
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
} |