erratic-gate/st.css
Sandu Victor c0ea9eb319
small changes to code
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-14 21:00:42 +03:00

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;
}