6 lines
69 B
CSS
6 lines
69 B
CSS
|
* {
|
||
|
border-color: magenta;
|
||
|
border-style: solid;
|
||
|
border-width: 1px;
|
||
|
}
|