Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ <h1 class="newspaper-name">Ironhack News</h1>
<li><a href="#">Tech</a></li>
<li><a href="#">Sports</a></li>
</ul>
<img src="images/menu-icon.png" alt="menu icon" class="menu-icon" />
</nav>
</header>

<main>
<article class="main-article">
<div class="image">
<img src="/images/main-article.jpg" alt="Article 1 Image" />
<img src="images/article-1.jpg" alt="Article 1 Image" />
</div>
<div class="content">
<h2>Main Article</h2>
Expand Down Expand Up @@ -71,7 +72,6 @@ <h2>Article 3</h2>
</section>
</main>


<!-- DO NOT REMOVE - viewport width label -->
<span class="viewport-dimensions"></span>
<!-- DO NOT REMOVE - A simple JS script used to display the viewport width label -->
Expand Down
Loading