Latest solutions
Recipe Page Main
Submitted 5 months agoHow should I go ahead in naming the classes or should I use the html tags directly for styling them?
Blog Preview Card
Submitted 6 months agoI would be happy to know if I am listing the propertied in my CSS file properly or can they be ordered in a better way.
Qr Code page use Flex Grid
Submitted 6 months agoI would like to know if the div blocks and grouping of CSS properties was correct or is there another way
Latest comments
- @Lucascruz-labSubmitted 6 months ago@shah-aaPosted 5 months ago
The solution looks beautiful! A bit more padding on the main container might be a worth looking into. Good Luck!
0 - P@newspaceracerSubmitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Went by pretty fast! I'm starting to keep a library of code that I reuse or consult often like how to center stuff flexibly.
What challenges did you encounter, and how did you overcome them?Figma animations and hover status wasn't clear that it's immediate and then it slowly phases out so I had to find that out through trial and error. Basically you do the slow ease transition returning back to the original button state, and immediate ease transition in the hover subclass declaration.
- @mhxx307Submitted 6 months ago@shah-aaPosted 5 months ago
Wonderful implementation, just needs some fine tuning on the CSS side.
0 - @TarestaSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
I managed to learn and use grid layout effectively
What challenges did you encounter, and how did you overcome them?Understanding the Grid layout was a bit challenging. I greatly benefitted from the article on CSS Grids by CSS tricks.com.
What specific areas of your project would you like help with?I would appreciate any feedback regarding my use of semantic HTML and the responsiveness of my QR code component.
@shah-aaPosted 6 months agoThe solution looks wonderful and as someone learning layouts I can totally relate how tough grids are. Just one thing, the design can be made similar to the original design by fixing the width of the component.
0