Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
<!DOCTYPE html>
<hml>

<head>
<title>Introduction to the DOM</title>
<link rel="stylesheet" href="./styles.css">
</head>

<body>
<div class="container">
<div class="header">
<nav class="header--dropdown">Dropdown</nav>
<h1 class="header--h1">Header</h1>
</div>
<!-- header -->
<div class="section">
<h2 class="section--h2">Placeholder</h2>
<p>Bacon ipsum dolor amet ham pork loin frankfurter pastrami flank, chuck landjaeger rump pork chop shank biltong turkey t-bone pig. Jowl salami leberkas brisket capicola pork. Jerky brisket andouille, kielbasa pancetta pig tri-tip bresaola venison filet mignon. Bacon fatback biltong pork chop, beef ribs pig pastrami pork. Chicken biltong spare ribs swine, bresaola chuck fatback turducken filet mignon strip steak ribeye pork hamburger tenderloin. Jowl kielbasa cupim andouille hamburger.</p>

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you created another div, I would recommend that you use <div class="section__whateveryouwant"> etc.

</div>
<!-- Section -->


</div>
<!-- container -->
</body>
</hml>