Files
Web-Dev-For-Beginners/4-typing-game/solution/index.css
2020-11-09 22:51:04 -05:00

9 lines
105 B
CSS

.highlight {
background-color: yellow;
}
.error {
background-color: lightcoral;
border-color: red;
}