8 lines
84 B
CSS
8 lines
84 B
CSS
body {
|
|
background-color: gray;
|
|
color: white;
|
|
}
|
|
|
|
.logo img {
|
|
width: 10%
|
|
} |