Tell us what’s happening:
Hi, anyone know what to do on challenge 10? Just using the body tag and padding property doesn’t work.
Your code so far
<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Build an Event Flyer Page</title>
</head>
<body>
<main>
<section><h2>One</h2></section>
<section>
<h2>Two</h2>
</section>
</main>
<header>
<img src="https://cdn.freecodecamp.org/curriculum/labs/event.jpg">
<h1>Rock ON!</h1>
</header>
</body>
</html>
body{
padding: 50px 0px 50px 0px;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
Challenge Information:
Build an Event Flyer Page - Build an Event Flyer Page