OwOpointTracker/templates/homepage.lucius

21 lines
307 B
Text
Raw Permalink Normal View History

li {
line-height: 2em;
font-size: 16px
}
2024-10-09 08:14:47 +02:00
.points {
border-radius: 25px;
font-weight: bold;
margin: auto;
max-width: 50%;
display: flex;
justify-content: center;
align-items: center;
margin-top: 30px;
}
.tutor {
background-color: #f68afc;
}
.erstie {
background-color: #00FF00;
}