Built using native CSS nesting and CSS grid :)
Latest solutions
Testimonial Grid Section
#sass/scssSubmitted about 1 year agoI'm open to corrections and suggestion regarding any aspect of the code.
Four Card Feature Section Using CSS Grid
#sass/scssSubmitted over 1 year agoWhile checking the compatibility with various screens, I noticed the desktop design on some large screen are not properly aligned and despite several attempt to fix this issue, I couldn't come up with a solution that doesn't involve changing the display from grid to flex.
Responsive Product Preview Card
#sass/scssSubmitted over 1 year agoI will like to get feedback on
- My naming convection
- Overall structure of the code
- I would also like to know if there is a way to do it better
Latest comments
- P@meelixWhat are you most proud of, and what would you do differently next time?@codimaniac
Perfect 👌
- @edenis00@codimaniac
You didn't use the right font and the icons weren't placed properly but apart from these issues, you did a nice job.
You could use
margin-top
to move the icons to the bottom of the card - @Biskup85What are you most proud of, and what would you do differently next time?
This time I focus on my containers and row.
What challenges did you encounter, and how did you overcome them?I try to make first typography and looking what can I to do better.
What specific areas of your project would you like help with?I don't know, I every day, try to do something better.
@codimaniacThe area I think you can improve better are
- The line spacing in the description of the product
- The discounted and original price are not properly aligned
- The cart icon and text in the button are also not properly aligned
You can use display flex to fix the alignment issue
Marked as helpful