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

Insert missing space in challenge code
pull/18182/head
Eric Leung 2017-03-07 21:43:30 -08:00 committed by GitHub
commit da7d64f009
1 changed files with 1 additions and 1 deletions

View File

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