<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>22nd Annual Spy Convention</title>
<link rel="style-sheet" href=
"styles.css">
</head>
<body>
<header>
<img src="https://cdn.freecodecamp.org/curriculum/labs/event.jpg" alt="banners">
<h1>
It's time for the Annual Spy Convention!
</h1>
</header>
<main>
<section>
<h2>Calling all spooks!</h2>
<p>Spooks and spies, it's time to load your PPKs and fuel up your Aston Martins. The Annual Spy Convention is back again! A week full of espionage and intrigue awaits you at the Hampton Roads Convention Center in Hampton, Virginia.
<hr>
From October 31-Nov 7 expect a week jam-packed with activities such as card games, martini-tasting, and a day at Superior Gun and Pawn in Hampton. The fee is $50 per person, which includes <ul>
<li>Eye and ear protection.</li>
<li>One paper target.</li>
<li>9mm ammunition (there may be an additional cost for other calibers)</li>
<li>Range fee and rental</li>
</ul>
</p>
</section>
<section>
<h2>Celebrating the 40th anniversary of "The Year of the "Spy".</h2>
<p>This is going to be even more jam-packed with cloak-and-dagger missions because it's the 40th anniversary of the "Year of the Spy".
<hr>
We have reserved rooms at the Embassy Suites by Hilton. Please call 757-555-1234 to make reservations, and ask for the "convention" rate. </p>
</section>
</main>
</body>
</html>
body{
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
min-height: calc(100vh-100px);
padding-top: 50px;
padding-bottom: 50px;
width: 100vw;
height: 100vh;
}
section{
width: 100%;
}
hr{
width: 100%;
}
I cannot get challenge 14 done. I have no idea what I am doing wrong, since I am doing it exactly as I was supposed to.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>22nd Annual Spy Convention</title>
<link rel="style-sheet" href=
"styles.css">
</head>
<body>
<header>
<img src="https://cdn.freecodecamp.org/curriculum/labs/event.jpg" alt="banners">
<h1>
It's time for the Annual Spy Convention!
</h1>
</header>
<main>
<section>
<h2>Calling all spooks!</h2>
<p>Spooks and spies, it's time to load your PPKs and fuel up your Aston Martins. The Annual Spy Convention is back again! A week full of espionage and intrigue awaits you at the Hampton Roads Convention Center in Hampton, Virginia.
<hr>
From October 31-Nov 7 expect a week jam-packed with activities such as card games, martini-tasting, and a day at Superior Gun and Pawn in Hampton. The fee is $50 per person, which includes <ul>
<li>Eye and ear protection.</li>
<li>One paper target.</li>
<li>9mm ammunition (there may be an additional cost for other calibers)</li>
<li>Range fee and rental</li>
</ul>
</p>
</section>
<section>
<h2>Celebrating the 40th anniversary of "The Year of the "Spy".</h2>
<p>This is going to be even more jam-packed with cloak-and-dagger missions because it's the 40th anniversary of the "Year of the Spy".
<hr>
We have reserved rooms at the Embassy Suites by Hilton. Please call 757-555-1234 to make reservations, and ask for the "convention" rate. </p>
</section>
</main>
</body>
</html>