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 Jun 13, 2024
1 parent 034dc3f commit ee33bdd
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 @@ -15,7 +15,7 @@
<script src='/source/view/index.js' type='module'></script>
<title>Four Card Feature</title>
</head>
<body style='row-gap:0;'>
<body>
<main>
<h1 class='visually-hidden'>Four Card Feature</h1>
<h2 class='section-heading'>
Expand Down Expand Up @@ -60,7 +60,7 @@ <h3 class='heading'>Calculator</h3>
</div>
</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 ee33bdd

Please sign in to comment.