LiteyukiBot/liteyuki/resources/templates/css/style.css

17 lines
351 B
CSS
Raw Normal View History

2024-03-30 11:24:09 +00:00
body {
background-repeat: repeat-y;
background-size: cover;
background-position: center;
color: white;
/ / 上10px左右10px下0px / / margin: 24 px;
margin: 20px;
}
.info-box {
border-radius: 30px;
padding: 30px;
backdrop-filter: blur(60px);
background-color: rgba(0, 0, 0, 0.3);
margin-bottom: 20px;
}