Files
archived-netplay-index/static/style.css
2019-04-02 16:24:10 +02:00

20 lines
235 B
CSS

body
{
background: #dfdfdf;
}
#content
{
width: 85%;
margin: 50px;
padding: 10px;
border-style: solid;
border-color: black;
border-radius: 10px;
border-width: 1px;
background-color: white;
}