Fix indentation of style tag
This commit is contained in:
@ -1188,12 +1188,12 @@
|
||||
"Change the <code>position</code> of the <code>h2</code> to <code>relative</code>, and use a CSS offset to move it 15 pixels away from the <code>top</code> of where it sits in the normal flow. Notice there is no impact on the positions of the surrounding h1 and p elements."
|
||||
],
|
||||
"challengeSeed": [
|
||||
" <style>",
|
||||
"<style>",
|
||||
" h2 {",
|
||||
" ",
|
||||
" ",
|
||||
" }",
|
||||
" </style>",
|
||||
"</style>",
|
||||
"<body>",
|
||||
" <h1>On Being Well-Positioned</h1>",
|
||||
" <h2>Move me!</h2>",
|
||||
@ -1221,13 +1221,13 @@
|
||||
],
|
||||
"challengeSeed": [
|
||||
"<head>",
|
||||
" <style>",
|
||||
"<style>",
|
||||
" h2 {",
|
||||
" position: relative;",
|
||||
" ",
|
||||
" ",
|
||||
" }",
|
||||
" </style>",
|
||||
"</style>",
|
||||
"</head>",
|
||||
"<body>",
|
||||
" <h1>On Being Well-Positioned</h1>",
|
||||
|
Reference in New Issue
Block a user