mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-23 04:47:59 +01:00
8 lines
148 B
CSS
8 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;
|
|
}
|
|
|