finished event flyer

This commit is contained in:
bendwit 2025-06-24 12:34:31 +02:00
parent 82748898ac
commit c544981aec
2 changed files with 43 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<!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>
<link rel="stylesheet" href="styles.css" />
</head>
<body>
<header>
<img src="https://cdn.freecodecamp.org/curriculum/labs/event.jpg" alt="event image">
<h1>CTF</h1>
<hr>
</header>
<main>
<section>
<h2>Fun</h2>
</section>
<section>
<h2>Competition</h2>
</section>
</main>
</body>
</html>