Latest solutions
Latest comments
- @Anuoluwapo-dev@devendra-alt
Hello @Anuoluwapo-dev
Great work, Design looks exactly the same.
I have some suggestions for you
-
You can use
<artical>
tag instead of the normaldiv
tag (for order summary card) it will make your code more semantic which is also good practice from accessibility and SEO standpoint. -
Please use the
<alt>
attribute on<image>
it will make your code more accessible to screen readers, also it will make your site more SEO friendly.
Happy Coding :)
-
- @CorinaMurg@devendra-alt
Hello @Cor-Ina, Great Work,
I have some suggestions for you,
- you can add
box-shadow
to the infocard
. - you can use the
<article>
tag in place of<main class="price"><main/>
, it was a better choice from the website accessibility point-of-view. - you can use descriptive class names to make your code more maintainable and consistent.
Marked as helpful - you can add