Latest comments
- @AljonLaxamanaSubmitted 17 days ago
- P@a-d14Submitted 21 days ago
- @yuriinykSubmitted 24 days ago
- @Eng-NatoleSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
Proud of the responsive layout using Flexbox. Next time, I’d use CSS Grid for complex sections and CSS variables for cleaner code.
What challenges did you encounter, and how did you overcome them?Spacing and alignment were tricky, especially on different screen sizes. Solved it with gap in Flexbox and careful media queries.
What specific areas of your project would you like help with?-
Improving accessibility (contrast, ARIA roles).
-
Optimizing Flexbox for nested containers.
-
Combining Flexbox with CSS Grid effectively.
-
- @Howslifem8Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I'm proud of using flexbox to set up card in a visually appealing way.
What challenges did you encounter, and how did you overcome them?The most difficult part was the card organization in the middle. It was obvious I needed 3 columns for the set up but having no prior experience with flexbox it was difficult setting that up. My solution was to use 1 large flexbox container set to the row direction to center all the cards. Then using a column class to integrate the 3 column layout. Easy money.
- @lion9Submitted about 1 month ago