Latest solutions
Latest comments
- @ebukathedev@2div
Hi Ebuka, congratulation completing the challenge, you design look very close to solution design. To fix the accessibility issue in your report wrap your code inside main tag , you can write it like
<main class="container"> </main> over all you did well. - @qu3bin@2div
Hi Kevin congratulation completing the challenge ,your design is very close to the main design.
You have an issue with box size because i click to view the live website the "cancel order button" is not appearing on the website. you need to check your box size for large screen and mobile screen too.
- @andrew8gmf@2div
Hi Your design look fine but you need to improve accessibility by wrapping your code in main tag ex : <main class="container">. Also add h1 tag.
You need to add overly to the main image , its a part of the design requirement.
I never used Angular and did not find your CSS file but above tips will solve the accessibility issues in your report.
Marked as helpful - @stephanniegb@2div
Hello Stephanie First of all congratulation on completing this challenge and your solution is very good. below are my tips for improvement :
- Fix the a accessibility issue by change h2 to h1
- Also you need to increase the border radius for the box and the button
- You need to check the size for mobile screen because card look large.
over all you did great.
Marked as helpful - P@ashikodes@2div
Hi Ashikod, i tried to open your code link but link is broken and not working. Make sure to write your correct github repo link.
- @s4rad@2div
Hi Sarad ,
I see you use Bootstrap class that's great and advance than my code which is simple html/css your code is good too... congratulation completing the challenge.