fixed validation errors
This commit is contained in:
parent
7358c8288f
commit
41829dbb47
|
@ -31,31 +31,35 @@
|
|||
|
||||
<body>
|
||||
|
||||
<section class="advice__section">
|
||||
<header>
|
||||
<h1 id="advice__title" class="advice__title">
|
||||
</h1>
|
||||
</header>
|
||||
<blockquote>
|
||||
<p id="advice__quote" class="advice__quote">
|
||||
“!! LOADING !!”
|
||||
</p>
|
||||
</blockquote>
|
||||
|
||||
<picture>
|
||||
<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" />
|
||||
</picture>
|
||||
<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">
|
||||
</button>
|
||||
</section>
|
||||
<main>
|
||||
<section class="advice__section">
|
||||
<header>
|
||||
<h1 id="advice__title" class="advice__title">
|
||||
</h1>
|
||||
</header>
|
||||
<blockquote>
|
||||
<p id="advice__quote" class="advice__quote">
|
||||
“!! LOADING !!”
|
||||
</p>
|
||||
</blockquote>
|
||||
<picture>
|
||||
<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" />
|
||||
</picture>
|
||||
<button id="advice__button" class="advice__button" aria-label="Retrieve random advice">
|
||||
<img src="images/icon-dice.svg" alt="Dice icon" aria-hidden="true">
|
||||
</button>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
|
||||
<!-- <div class="attribution">
|
||||
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
||||
Coded by <a href="#">Your Name Here</a>.
|
||||
</div> -->
|
||||
<!--
|
||||
<footer>
|
||||
<div class="attribution">
|
||||
Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a>.
|
||||
Coded by <a href="#">Your Name Here</a>.
|
||||
</div>
|
||||
</footer> -->
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in New Issue