Latest solutions
Latest comments
- @tomosoriayomideSubmitted about 1 month ago@isarojodevPosted 7 days ago
Nice work but the font family doesn't match. Also the green color of the current price is different
Marked as helpful0 - @dabouttSubmitted 21 days agoWhat are you most proud of, and what would you do differently next time?
known about marker in <li> and table collapse
@isarojodevPosted 21 days agoNice work! You need to improve the border color of the main container
0 - @nsaausSubmitted 2 months ago@isarojodevPosted about 2 months ago
Nice! You only need to improve the size of the container. Beautiful hover effect!
0 - @Nikshinde7Submitted 5 months agoWhat are you most proud of, and what would you do differently next time?
This is my 2nd frontend component challenge, I'm trying to keep up my learning process with tailwind CSS.
@isarojodevPosted about 2 months agoPerfect. You only need to improve the oppacity of the box shadow
0 - P@hartashuSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I am introduced with BEM naming convention and semantic HTML, and gradually implement them and try to get used to them.
What challenges did you encounter, and how did you overcome them?Challenges:
- Centering the QR code card vertically.
- BEM naming convention.
- Writing good semantics HTML.
Solution:
- Use flexbox, grid, or position absolute on the body.
- Learn and practice to use BEM in more projects.
Need to learn more about semantics HTML in depth and make a maintainable HTML & CSS code (also collaboration in a team).