Spaces:
Sleeping
Sleeping
File size: 406 Bytes
9833a80 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
.highlight {
border-radius: 0.4rem;
color: white;
padding: 0.5rem;
margin-bottom: 1rem;
}
.bold {
padding-left: 1rem;
font-weight: 700;
}
.blue {
background-color: lightcoral;
}
.green {
background-color: green;
}
.red {
background-color: red;
}
.IndianRed {
background-color: IndianRed;
}
.lightgreen {
background-color: lightgreen;
}
.turquoise {
background-color: turquoise;
}
|