@Dorian30Submitted 25 days ago
What are you most proud of, and what would you do differently next time?
I'll leave you with a quick summarize instead :)
- I built the component using only HTML and CSS.
- Since the Figma file includes a design system tab, I defined variables for each token.
- I applied BEM for class naming.
- Font sizes use rem for scalability.
- Breakpoints, though unused, are set in em for better browser support.
- Small UI elements like borders and shadows use px for precision.
Any suggestions on the HTML markup or CSS approach (classes, variables, or units)? This is a basic component, but accessibility is important to me, so any improvements in that area are always welcome.