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

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

View File

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