mirror of
https://github.com/BenDWit/freecodecamp.git
synced 2025-12-23 15:09:59 +01:00
finished event flyer
This commit is contained in:
parent
82748898ac
commit
c544981aec
2 changed files with 43 additions and 0 deletions
|
|
@ -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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue