I just started working with media queries and I am still struggling with the breakpoint from mobile to desktop layout. Should I add an in-between breakpoint as well for medium sized screens as well?
Adebisi
@adebisiabdussamadAll comments
- @mekonessSubmitted almost 2 years ago@adebisiabdussamadPosted almost 2 years ago
Cheers Stephanie π₯ on completing this challenge.. .
An img element must have an alt attribute. This enables physical challenge to understand the image better.
-This is your code:
<img src=/images/icon-cart.svg>
-This is how it should be:
<img src=/images/icon-cart.svg>
the second one with the alt attritube. to know more about the alt attribute you can click this link Img elementAnd also for the media queries click this
You need to apply the alt for all of your images...your code is really amazing...
hope you find this helpful...
Happy coding!!!ππ
1 - @digitalocean2345Submitted almost 2 years ago@adebisiabdussamadPosted almost 2 years ago
Cheers π₯ on completing this challenge.. .
An img element must have an alt attribute. This enables physical challenge to understand the image better.
-This is your code:
<img src="images/image-qr-code.png">
-This is how it should be:
<img src="images/image-qr-code.png" alt="">
the second one with the alt attritube. to know more about the alt attribute you can click this link Img elementYou need to apply the alt for all of your images...your code is really amazing...
hope you find this helpful...
Happy coding!!!ππ
Marked as helpful0 - @AdrianmbuguaSubmitted almost 2 years ago@adebisiabdussamadPosted almost 2 years ago
Cheers Adrian π₯ on completing this challenge.. .
An img element must have an alt attribute. This enables physical challenge to understand the image better.
-This is your code:
<img src="images/image-daniel.jpg">
-This is how it should be:
<img src="images/image-daniel.jpg alt="">
the second one with the alt attritube. to know more about the alt attribute you can click this link Img elementYou need to apply the alt for all of your images...your code is really amazing...
hope you find this helpful...
Happy coding!!!ππ
Marked as helpful0 - @asdiAdiSubmitted almost 2 years ago
Edited to match figma design 1:1 as closes as possible. All feedbacks are welcome :D
@adebisiabdussamadPosted almost 2 years agoCheers asdiAdi π₯ on completing this challenge.. .
An img element must have an alt attribute. This enables physical challenge to understand the image better.
-This is your code:
<img src="./assets/icon-ethereum.svg" >
-This is how it should be:
<img src="./assets/icon-ethereum.svg" alt="">
the second one with the alt attritube. to know more about the alt attribute you can click this link Img elementYou need to apply the alt for both of your images your code is really amazing...
hope you find this helpful...
Happy coding!!!ππ
0 - @loicsolbesSubmitted almost 2 years ago
Hi everyone ! Any feedback would be appreciated Thank you !
@adebisiabdussamadPosted almost 2 years agoCheers soles π₯ on completing this challenge.. .
An img element must have an alt attribute. This enables physical challenge to understand the image better.
-This is your code:
<img src="images/icon-view.svg" id="view">
-This is how it should be:
<img src="images/icon-view.svg" id="view" alt="" >
the second one with the alt attritube. to know more about the alt attribute you can click this link Img element your code is really amazing...hope you find this helpful...
Happy coding!!!ππ
0 - @MelakuDemekeSubmitted almost 2 years ago@adebisiabdussamadPosted almost 2 years ago
Cheers Melakuπ₯ on completing this challenge.. .
An img element must have an alt attribute. This enables physical challenge to understand the image better.
-This is your code:
<img src="./images/image-equilibrium.jpg">
-This is how it should be:
<img src="./images/image-equilibrium.jpg" alt="">
the second one with the alt attritubeyour code is really amazing...hope you find this helpful...
Happy coding!!!ππ
Marked as helpful1 - @ADEYEMI4002Submitted almost 2 years ago
i appreciate any suggestions. I'm not sure about the styling of the anchor link
@adebisiabdussamadPosted almost 2 years agoCheers π₯ on completing this challenge.. .
An
img
element must have an alt attribute. This enables physical challenge to understand the image better. -This is your code:<img src="./images/image-equilibrium.jpg">
-This is how it should be:
<img src="./images/image-equilibrium.jpg" alt="">
the second one with the alt attritube your code is really amazing...hope you find this helpful... Happy coding!!!ππMarked as helpful0 - @kumarhitesSubmitted over 2 years ago
how is it??
@adebisiabdussamadPosted over 2 years agoCheers π₯ on completing this challenge.. .
An img element must have an alt attribute, except under certain conditions. This enables physical challenge to understand the image better.
1.This is your code:<img src="./images/image-equilibrium.jpg">
2.This is how it should be:<img src="./images/image-equilibrium.jpg" alt=""> the second one with the the alt attritube
your code is really amazing...hope you find this helpful... Happy coding!!!ππ
Marked as helpful0 - @afaiz-spaceSubmitted over 2 years ago
plz, gives feedback
@adebisiabdussamadPosted over 2 years agoCheers π₯ on completing this challenge.. .
An img element must have an alt attribute. This enables physical challenge to understand the image better.
This is your code is:
<img class=
cart_logosrc=
images/icon-cart.svg><span>
This is how it should have been:<img class=
cart_logosrc=
images/icon-cart.svgalt="the picture in text"><span>
your code is really amazing...hope you find this helpful... Happy coding!!!ππ
1 - @Emmanuel-webDevSubmitted over 2 years ago
For the desktop version should it be created differently?
@adebisiabdussamadPosted over 2 years agoHey Emmanuel, Congratulations.... You need to fix your accessibility issues...you must have an H1 in every webpage and to your question for the desktop view you don't have to create another code entirely different you use "media Queries"..... by the way nice code you have.. Keep coding
Marked as helpful0