Design comparison
SolutionDesign
Solution retrospective
I don't like the mobile version and the shadows. How can i make it full width and keep the size of the element ? I'm really not satisfied of my use of the position to match the model, and i'm sure there is a much easier solution.
Please tell me what i should do to improve my code.
Community feedback
- @0xabdulPosted over 1 year ago
Hello there ! π Congratulations you finished the Results card component...π
- Some suggestions for you improve your code
Html π·οΈ:
- for Accessibility reports using the non-semantic elements (or) semantic elements..
- semantic elements :
<aside> , <artical> , <main>, <header> ,<section><footer>, <form> ect..
- non- semantic elements :
<div> , <span> ect ...
- for easy way to clear the Accessibility reports using non semantic elements Ex :
<div class="container" role="main"> //Whole html code wraping the div tag named "container"..π </div>
- Any way using the img tag should be put the alt Attributeβ
and mention the alt discription Ex :
<img src="logo.jpg" alt="logo"></img>
- I Hope it's useful for you and wating for your next project β€οΈ
- Happy Coding π
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord