mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-14 22:01:48 -04:00
Merge pull request #2774 from regonn/lack-of-semicolon
Fix lack of semicolon at seed/challenges/html5-and-css.json
This commit is contained in:
@@ -2478,7 +2478,7 @@
|
||||
" width: 100px;",
|
||||
" }",
|
||||
" .gray-background {",
|
||||
" background-color: gray",
|
||||
" background-color: gray;",
|
||||
" }",
|
||||
"</style>",
|
||||
"",
|
||||
|
||||
Reference in New Issue
Block a user