Relative Position

Tell us what’s happening:
I tried following what the instructions said and looked at some of the other forum posts on this challenge but it’s still saying my code doesn’t include the 15px part? Am I overlooking something?

Your code so far


<style>
h2 {
  position: relative; 
  top: 15px
  }
</style>
<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 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8.

Challenge: Change an Element’s Relative Position

Link to the challenge:
https://www.freecodecamp.org/learn/responsive-web-design/applied-visual-design/change-an-elements-relative-position

I did include the ; after the 15px but for some reason that is not showing up in the forum post?

I would double check the ; is there. Your code with the ; on safari on my iPad passes the test. If the ; is there it may be a browser issue. Try a different browser or maybe clear history/cookies?

Hi @emlystengr, are you still seeing this problem?