mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
Merge pull request #4171 from SaintPeter/fix/use-id-attribute-missing-semicolon-4160
Fixes 4160 - Missing Semicolon on Use an ID Attribute
This commit is contained in:
commit
00607d89b6
@ -2603,8 +2603,9 @@
|
||||
" .smaller-image {",
|
||||
" width: 100px;",
|
||||
" }",
|
||||
"",
|
||||
" .gray-background {",
|
||||
" background-color: gray",
|
||||
" background-color: gray;",
|
||||
" }",
|
||||
"</style>",
|
||||
"",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user