Skip to content

Commit

Permalink
removed temporary style attributes in markup
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-enigma committed Apr 19, 2024
1 parent a4c88a1 commit 01bc74a
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 @@ -8,7 +8,7 @@
<script src='/source/view/index.js' type='module'></script>
<title>Recipe Page</title>
</head>
<body style='row-gap:0'>
<body>
<main class='recipe-instructions'>
<img class='opening-image' src='/recipe-omelette.webp' width='686' height='314' alt='A White plate with an omelet and a side of bread. The omlet has meat and green vegetables inside.'>
<h1>Simple Omelette Recipe</h1>
Expand Down Expand Up @@ -95,7 +95,7 @@ <h2 class='horizontal-separator -above'>Nutrition</h2>
</table>
</main>

<footer class='attribution-bar -light' style='display:none'>
<footer class='attribution-bar -light'>
Challenge by <a class='link' href='https://www.frontendmentor.io?ref=challenge' target='_blank'>Frontend Mentor</a>.
Coded by <a class='link' href='https://github.com/erratic-enigma'>Erratic Enigma</a>.
</footer>
Expand Down

0 comments on commit 01bc74a

Please sign in to comment.