How to space the child element away from the parent element

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

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
  <h2>Cat Photos</h2>  
  <!-- TODO: Add link to cat photos -->  
  <p>Click here to view more cat photos.</p>  
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Linux; Android 11; SM-A127F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.141 Mobile Safari/537.36

Challenge: Step 6

Link to the challenge:

you can see that the three elements h1, !--, p are aligned with main tag, they should be indented by two spaces inside main

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