
Adam
@nadam-designAll solutions
- Submitted 2 months ago
Meet landing page using CSS Grid and Flexbox
- HTML
- CSS
The Spacing System: is it a good approach to define individual spacing values as variables in
:root
and then adjust them with media queries? Or isclamp()
more effective? I feel like both are complicated to understand and maintain. - Submitted 3 months ago
Four Card Feature Section with CSS Grid and Flexbox
- HTML
- CSS
Is it possible to achieve this with CSS Grid without using grid-template-areas?
- Submitted 3 months ago
Product preview card component
- HTML
- CSS
It's important to keep accessibility in mind, and I'm not sure if the button can be improved from this perspective.
- Submitted 3 months ago
Social links profile using flex
- HTML
- CSS
I wasn't sure whether I should wrap the image and personal informations in a wrapper div. In the end, I decided it was unnecessary. What do you think?
- Submitted 3 months ago
Blog preview card using flex
- HTML
- CSS
In the code, I added the title as H2 because I thought there would be multiple components like this on the page, so it can't be H1. Am I correct?
- Submitted 3 months ago
QR Code Component using flexbox
#bem- HTML
- CSS
I like to get help how to position the decoration circles to track component sizing changes.