Single Price Grid Component

Solution retrospective
Hi! 👋 This time I had some problems with the grid on mobile version but I figured it out after a few days of break from this project 😛 Let me know if there is anything I could improve! Thanks Aneta ❣️
Please log in to post a comment
Log in with GitHubCommunity feedback
- @NaveenGumaste
Hay ! Good Job Aneta
These below mentioned tricks will help you remove any Accessibility Issues
-> Add
Main
tag after body like it should be your container. For 1st heading orh1
tag, use header tag and then inside the header put yourh1
orh2
etc . But use header tag only once in main heading element.-> Always use h1 first and then h2, h3 and so on
Keep up the good work!
Marked as helpful - @nehanalinik
Hey! I guess you did not applied
font-family
in the button element., other than that everything seems great!Marked as helpful
Join 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