Spaces:
Sleeping
Sleeping
.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; | |
} | |