7 lines
67 B
CSS
7 lines
67 B
CSS
|
div {
|
||
|
background: red;
|
||
|
}
|
||
|
|
||
|
span {
|
||
|
border: 1px solid brown;
|
||
|
}
|