mirror of
https://github.com/dolphin-emu/netplay-index.git
synced 2026-01-31 01:15:20 +01:00
20 lines
235 B
CSS
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;
|
|
}
|