OwOpointTracker/templates/homepage.lucius
2024-10-09 08:14:47 +02:00

20 lines
307 B
Text

li {
line-height: 2em;
font-size: 16px
}
.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;
}