20 lines
307 B
Text
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;
|
|
}
|