Merge pull request #13765 from Atomk/fix/missing-space

Insert missing space in challenge code
This commit is contained in:
Eric Leung
2017-03-07 21:43:30 -08:00
committed by GitHub

View File

@ -1407,7 +1407,7 @@
"<style>", "<style>",
" div {", " div {",
" width: 60%;", " width: 60%;",
" height:200px;", " height: 200px;",
" margin-top: 20px;", " margin-top: 20px;",
" }", " }",
" ", " ",