mirror of
https://github.com/Steffo99/estus.git
synced 2024-11-22 15:44:19 +00:00
28 lines
270 B
CSS
28 lines
270 B
CSS
|
.goldfish
|
||
|
{
|
||
|
width: 25vh;
|
||
|
}
|
||
|
|
||
|
.container
|
||
|
{
|
||
|
text-align: center;
|
||
|
border-radius: 8px;
|
||
|
}
|
||
|
|
||
|
body
|
||
|
{
|
||
|
background-color: black;
|
||
|
font-family: "Calibri", sans-serif;
|
||
|
color: white;
|
||
|
}
|
||
|
|
||
|
table
|
||
|
{
|
||
|
border-collapse: collapse;
|
||
|
}
|
||
|
|
||
|
table, td, tr, th
|
||
|
{
|
||
|
border: 1px solid white;
|
||
|
}
|