5 lines
48 B
CSS
5 lines
48 B
CSS
|
body {
|
||
|
border: dotted 2px black;
|
||
|
padding:1em;
|
||
|
}
|