mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-31 18:32:16 +02:00
folder names
This commit is contained in:
8
4-typing-game/solution/index.css
Normal file
8
4-typing-game/solution/index.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.highlight {
|
||||
background-color: yellow;
|
||||
}
|
||||
|
||||
.error {
|
||||
background-color: lightcoral;
|
||||
border-color: red;
|
||||
}
|
Reference in New Issue
Block a user