Since this project was quick to code, I challenged myself to reduce the CSS to 100 lines or less. I focused on treating my CSS like a design system, extracting repeated patterns into small, focused classes. This approach is a little more time-consuming, but I can see how it makes a component like this easy to maintain and scale over time.
My name is Reza. I'm an Applied Bachelor of Informatics from Electronical Engineering Polytechnic of Surabaya (EEPIS/PENS) that is passionate in coding, programming, innovation, and solving challenging problems. I enjoy collaboration and love spending free time learning, developing, and troubleshoot
I’m currently learning...React, Next, Pwa, Animation
Latest solutions
- Submitted 7 months ago
Responsive QR Code using Tailwind
#accessibility#tailwind-css- HTML
- CSS
I wanted to gain feedback on accessibility and the html structure what should be improved and fix also the additional attributes need to attach
- Submitted over 2 years ago
Product preview card component using Tailwind and React
#react#tailwind-css#accessibility- HTML
- CSS
- Submitted over 2 years ago
NFT preview card component using Tailwind and React
#react#sass/scss#accessibility- HTML
- CSS
Latest comments
- @SheGeeksSubmitted 7 months agoWhat are you most proud of, and what would you do differently next time?@fbtwitterPosted 7 months ago
I appreciate your attention to detail, especially the addition of titles to images and the use of the <small> element for accessibility. However, based on best practices in web development, wrapping these elements in a <figure> tag would provide a clearer structure, as it semantically groups the image with its associated content. This approach enhances both accessibility and the logical organization of the page.
0 - @fbtwitterSubmitted about 3 years ago@fbtwitterPosted about 3 years ago
Thank you for the feedback, Yes, I already add some additional value for the alt image and to be sure i wanted to ask, is there any particular number for the line height ? things i has learned that all values above 16px surely had to get number below than 1.5 so i put 1.25 there. is there any fixes for the number ? or that's just an opinionated visual look perspective?
0