Can someone point out the error in my code?

Tell us what’s happening:
Describe your issue in detail here.

  **Your code so far**

<head>
<style>
h2 {
  position: relative;
  bottom: 10 px;
  left:15 px;
}
</style>
</head>
<body>
<h1>On Being Well-Positioned</h1>
<h2>Move me!</h2>
<p>I still think the h2 is where it normally sits.</p>
</body>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36

Challenge: Move a Relatively Positioned Element with CSS Offsets

Link to the challenge:

Hello!
You must delete the spaces from 10 px and 15 px

1 Like

ugh!!silly silly errors!!!thanks so much for pointing out !!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.