4 lines
32 B
CSS
4 lines
32 B
CSS
|
* {
|
||
|
border: red 1px dashed;
|
||
|
}
|