Latest solutions
Four Cards built with React+Vite and Tailwind
#react#tailwind-cssSubmitted about 2 months agoIf anything sticks out, please let me know.
Product Preview Component
#tailwind-css#accessibilitySubmitted 2 months agoIf there is any optimizing I could do please let me know. I love learning new and better ways to do things.
Responsive Recipe Card with HTML and CSS
#accessibility#semantic-uiSubmitted 8 months agoWould love feedback on my CSS and how I could optimize it or clean it up.
Personalized Social Media Card made with HTML and CSS.
Submitted 9 months agoAny semantic improves would be helpful, a long with CSS improvement.
Blog Preview Card | HTML, CSS, Nested CSS, Flexbox
Submitted 10 months agoAny feedback on code quality and any improvements I could make.
Responsive QR Code
Submitted 10 months agoI would love to come back and try these challenges with something like Tailwind rather than plain CSS.
Latest comments
- P@aneiquSubmitted about 2 months ago@jeniegPosted about 2 months ago
Having a sm:max-width-* and sm:mx-auto would stop the card design from stretching out too far and keeping it centered with the top section.
0 - @Nikhil-NewareSubmitted 2 months ago@jeniegPosted 2 months ago
Pretty good at recreating the solution, colors are a little off but otherwise is a clean look.
Marked as helpful0 - @XenoMeeSubmitted about 1 year ago@jeniegPosted 8 months ago
I would look at setting up your file structure to be more separated instead of having everything in the root folder.
CSS feedback:
- Separating out your CSS into two files, one for your reset, and another for your design rules.
- Be more descriptive of your color variables names and add more comments :)
0 - P@coco390Submitted 9 months ago@jeniegPosted 9 months ago
Switching to using REM/EM instead of pixels for units of measurement will help responsiveness across devices and increased accessibility.
0 - @rykunk21Submitted 10 months agoWhat are you most proud of, and what would you do differently next time?
I thought I developed quicker than the first project
What challenges did you encounter, and how did you overcome them?selecting which tags to make certain items
What specific areas of your project would you like help with?.
@jeniegPosted 10 months agoIncluding alt descriptions on images would increase accessibility, such as using the author name rather than a generic description.
0 - @ijohnstSubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?
Remembering how to code I took a long break from it
What challenges did you encounter, and how did you overcome them?Just remembering syntax
What specific areas of your project would you like help with?None right now, this was more to get used to coding again