fixed validation errors

This commit is contained in:
Robert McGovern 2022-10-04 14:40:51 +01:00
parent 7358c8288f
commit 41829dbb47
1 changed files with 27 additions and 23 deletions

View File

@ -31,6 +31,8 @@
<body> <body>
<main>
<section class="advice__section"> <section class="advice__section">
<header> <header>
<h1 id="advice__title" class="advice__title"> <h1 id="advice__title" class="advice__title">
@ -41,21 +43,23 @@
“!! LOADING !!” “!! LOADING !!”
</p> </p>
</blockquote> </blockquote>
<picture> <picture>
<source srcset="images/pattern-divider-desktop.svg" media="(min-width: 1000px)" /> <source srcset="images/pattern-divider-desktop.svg" media="(min-width: 1000px)" />
<img src="images/pattern-divider-mobile.svg" aria-hidden="true" alt="" class="advice__divider" /> <img src="images/pattern-divider-mobile.svg" aria-hidden="true" alt="" class="advice__divider" />
</picture> </picture>
<button id="advice__button" class="advice__button" aria-label="Retrieve random advice"> <button id="advice__button" class="advice__button" aria-label="Retrieve random advice">
<img src="images/icon-dice.svg" alt="Dice icon" srcset="" aria-hidden="true"> <img src="images/icon-dice.svg" alt="Dice icon" aria-hidden="true">
</button> </button>
</section> </section>
</main>
<!--
<!-- <div class="attribution"> <footer>
<div class="attribution">
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>. Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
Coded by <a href="#">Your Name Here</a>. Coded by <a href="#">Your Name Here</a>.
</div> --> </div>
</footer> -->
</body> </body>
</html> </html>