@isamardzijaSubmitted almost 2 years ago
Anh Tuấn Bùi
@anhtuanbuiAll comments
- @anhtuanbuiPosted almost 2 years ago
Hi there,
Congratulations on completing the challenge! There are a few things that I want to point out that I think would help you to improve the code and the component.
- There should be an
alt
tag for the QR code image. There should be amain
tag to embrace thecontainer div
. And the card title could be anh1
tag. - The additional info that shows author should be out of the card, in a
footer
tag.
Happy Codding. Cheers!!! 👉✨🌝
Marked as helpful0 - There should be an
- @BikoiFrSubmitted about 2 years ago
I did something strange with js for the mobile menu
@anhtuanbuiPosted about 2 years agoHi there
You've got the solution there. However, I noticed some places that you can improve for your code.
- Remove issues from the report you can use a
main
tag instead of the wrapping div. Put alternative text for all images - The main flexbox you can have
flex: 1 1 70%
, the right bar can haveflex: 1 1 30%
,gap: 2rem
. The last section can havedisplay:flex
andgap: 2rem
. It will solve the collumn problems
Happy Codding. Cheers!!! 👉✨🌝
Marked as helpful0 - Remove issues from the report you can use a
- @nenadmneSubmitted about 2 years ago@anhtuanbuiPosted about 2 years ago
Hi Nenad,
Your solution is looking good. But I noticed some things that you might want to change to fit the design:
- The background around numbers should have same height and width so it's round when you use
border-radius: 50%
. This happened the same on the star. - You should increase boder-radius of the submit button so it is the two sides are round
Happy Coding
1 - The background around numbers should have same height and width so it's round when you use
- @alexvdcSubmitted about 2 years ago
Is this good enough ?
Any feedback are welcome !
@anhtuanbuiPosted about 2 years agoHi Alex,
Your solution look good. However, there are some things that you may want to improve.
- Your grid, your third section does not align well with the one above.
- Your images are not fitting well. You can use object-fit: cover for images.
- Your background color in the middle is different from two side.
0