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
Responsive QR Code using Tailwind
#accessibility#tailwind-cssSubmitted 11 months agoI wanted to gain feedback on accessibility and the html structure what should be improved and fix also the additional attributes need to attach
Product preview card component using Tailwind and React
#react#tailwind-css#accessibilitySubmitted almost 3 years agoNFT preview card component using Tailwind and React
#react#sass/scss#accessibilitySubmitted almost 3 years ago
Latest comments
- @SheGeeksWhat are you most proud of, and what would you do differently next time?@fbtwitter
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.
- @fbtwitter@fbtwitter
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?