mirror of https://github.com/perkeep/perkeep.git
7 lines
109 B
CSS
7 lines
109 B
CSS
|
/* Something arbitrary for testing. */
|
||
|
body {
|
||
|
border: 5px solid blue;
|
||
|
padding: 5px;
|
||
|
margin: 0;
|
||
|
}
|