mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 20:38:00 +01:00
9 lines
148 B
CSS
9 lines
148 B
CSS
|
body {
|
||
|
margin : 0 0 0 0;
|
||
|
color : rgb(0, 0, 0);
|
||
|
background-color : rgb(249, 246, 240);
|
||
|
font-family : serif;
|
||
|
font-size : 11pt;
|
||
|
}
|
||
|
|