Axurynn
@AxurynnAll comments
- @Facu3071@Axurynn
Good job @Facu3071 !
To fix issues, you could add a
main
tag to your HTML file as well ash1
title.Overall, you did well! Congrats and happy coding 😄
Marked as helpful - @11arshaan@Axurynn
Good job @11arshaan !
For the responsiveness, you could use
@media
queries but you could also use amin-width
property. In this case, you could "block" the card width (at 300 px for example) so as it can't go lower. This could fix your responsiveness for the mobile version.Overall, you did it well ! Congrats and happy coding 😄
Marked as helpful - @shravankumartalabhaktula@Axurynn
Good job @shravankumartalabhaktula!
To fix accessibility issues, you could add a
main
tag to your HTML file as well ash1
title. About the responsiveness, you could addmax-width
properties or use@media
queries. For example, themin-width
you could use in your media queries are 480px for mobile, 767px for tablet and 1280px for desktop.Overall, you did well! Congratulations! 😊
- @abhay0480-eng@Axurynn
Good job!
To fix accessibility issues, you could add a
main
tag to your HTML file. About the responsiveness, you could addmax-width
properties or usemedia
queries.Overall, you did well! Congratulations! 😊
Marked as helpful