6 lines
84 B
CSS
6 lines
84 B
CSS
|
* {
|
||
|
border-color: lightgray;
|
||
|
border-style: dashed;
|
||
|
border-width: 1px;
|
||
|
}
|