c0ea9eb319
Signed-off-by: prescientmoon <git@moonythm.dev>
24 lines
340 B
CSS
24 lines
340 B
CSS
body {
|
|
background-color: rgba(0, 0, 0, 0.7);
|
|
/*
|
|
background-image: url("bg.jpg");
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
*/
|
|
margin: 0;
|
|
}
|
|
|
|
.heavy {
|
|
font: bold 20px sans-serif;
|
|
}
|
|
|
|
img {
|
|
border-radius: 17px;
|
|
height: 74;
|
|
width: 74;
|
|
}
|
|
|
|
#butt {
|
|
rx: 5;
|
|
ry: 5;
|
|
} |