mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-11 17:24:24 +02:00
9 lines
105 B
CSS
9 lines
105 B
CSS
.highlight {
|
|
background-color: yellow;
|
|
}
|
|
|
|
.error {
|
|
background-color: lightcoral;
|
|
border-color: red;
|
|
}
|