11 lines
84 B
CSS
11 lines
84 B
CSS
* {
|
|
background-color: gray;
|
|
width: 200px;
|
|
}
|
|
|
|
h3,
|
|
p,
|
|
a {
|
|
color: white;
|
|
}
|