error
Img element missing an alt attribute. Use the alt attribute to specify a short text alternative.
<img class="pattern-curve" src="images/pattern-curve.svg">
Looking to hire developers?
<img class="pattern-curve" src="images/pattern-curve.svg">
<img class="pattern-quotes" src="images/pattern-quotes.svg">
<a href="#" onclick="statechange(0)"><img src="images/icon-prev.svg"...</a>
<a href="#" onclick="statechange(0)"><img src="images/icon-next.svg"...</a>
<img class="tanya" src="images/image-tanya.jpg">
<img class="pattern-bg" src="images/pattern-bg.svg">
<img class="pattern-quotes" src="images/pattern-quotes.svg">
<a href="#" onclick="statechange(1)"><img src="images/icon-prev.svg"...</a>
<a href="#" onclick="statechange(1)"><img src="images/icon-next.svg"...</a>
<img class="tanya" src="images/image-john.jpg">
<img class="pattern-bg" src="images/pattern-bg.svg">
I would like to have feedback . Thanks in advance
Hey Faraz, nice job! Your solution looks pretty close to the design and the functionality of the slider works well. Here are some suggestions I have for you:
<p>
or <blockquote>
instead of just <div>
.<br>
tag in your HTML and instead try positioning elements in CSS with flexbox or CSS grid.auto
.Happy coding! -Jen
1
Join over 180,000 people taking the challenges, talking about their code, helping each other, and chatting about all things front-end!