Move the <h2> heading to make sure it’s located 45px away from left side of the page.

This task is part of the Full-Stack JavaScript Course
If you have any issues with it, you can ask for community help below the post
Feel free to help others if you’ve already solved the task

index.html

<!DOCTYPE html>
<html>
  <head>
    <title>Position relative</title>
  </head>
  <body>
    <h2>Move me</h2>
  </body>
</html>