Latest comments
- @xStephxSubmitted about 1 month ago@Alyyyy88Posted 20 days ago
i am in love with your all of your projects and your work i need to know your learning resources or how to be like you
1 - @darubiomunozSubmitted 28 days ago@Alyyyy88Posted 27 days ago
WOOOOOOOW i just find these great you are a good dev, any suggestions to where to learn like you?
Marked as helpful0 - @amir-mirzakhaniSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
the bootstrap i used.
What challenges did you encounter, and how did you overcome them?bootstrap but just only the grid system
What specific areas of your project would you like help with?the grid system .
- P@djlaw90Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
Most proud of combining use of flexbox and CSS grid. Next time it would be nice to stick with one maybe or design for mobile first.
What challenges did you encounter, and how did you overcome them?Challenge: getting 1:2:1 card setup -Overcame this by using 3 columns and CSS Grid. Tried doing with just flexbox at first Challenge: mobile design -Overcame by removing conflicts between CSS grid and flexbox
What specific areas of your project would you like help with?Advice on when to use Grid vs flexbox
- @zahraabelluSubmitted about 1 month ago
- @Eng-NatoleSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I'm proud of the clean and structured HTML and CSS, especially the way I managed layout and responsiveness. Next time, I would optimize the CSS further by reducing redundancy and improving reusability with utility classes.
What challenges did you encounter, and how did you overcome them?One challenge was managing multiple classes that targeted elements in the same way, making the CSS repetitive. I overcame this by combining similar styles into single class definitions, reducing unnecessary code duplication.
What specific areas of your project would you like help with?I’d like feedback on improving CSS efficiency and best practices for maintaining scalable styles, especially when working with larger projects. Are there better ways to structure my styles to make future updates easier?