8 lines
54 B
CSS
8 lines
54 B
CSS
p {
|
|
color: red;
|
|
}
|
|
|
|
html {
|
|
background: blue;
|
|
}
|