Skip to content

Commit

Permalink
Add image to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
Delta-43 committed Jul 13, 2024
1 parent 9a64a03 commit d180e30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<h1 style="text-align:center;">Odin Recipes</h1>
</header>
<main id="content">
<div id="content-left" style="border: 1px solid black; width: 600px; float: left;">
<a href="./recipes/ice-cream.html">Ice-Cream</a>
<div id="content-left" style="width: 600px; float: left;">
<img src="./images/magic_cookbook.jpeg" alt="Cookbook image" height="600" width="600">
</div>
<div id="content-right" style="border: 1px solid black; width: 1000px; float: right;">
<a href="./recipes/ice-cream.html">Ice-Cream</a>
Expand Down

0 comments on commit d180e30

Please sign in to comment.