mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 23:30:47 +00:00
18 lines
308 B
CSS
18 lines
308 B
CSS
body{
|
|
text-align: center;
|
|
font-family: Consolas;
|
|
background-color: #282828;
|
|
color:white;
|
|
}
|
|
div.output{
|
|
font-size: 80%;
|
|
background-color: black;
|
|
min-height:150px;
|
|
border-radius: 10px;
|
|
}
|
|
p.output{
|
|
padding-top:5px;
|
|
padding-left:5px;
|
|
padding-right:5px;
|
|
margin:0;
|
|
} |