
Adam
@nadam-designAll solutions
Meet landing page using CSS Grid and Flexbox
Submitted 8 months agoThe 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.Four Card Feature Section with CSS Grid and Flexbox
Submitted 8 months agoIs it possible to achieve this with CSS Grid without using grid-template-areas?
Product preview card component
Submitted 8 months agoIt's important to keep accessibility in mind, and I'm not sure if the button can be improved from this perspective.
Social links profile using flex
Submitted 8 months agoI 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?
Blog preview card using flex
Submitted 8 months agoIn 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?
QR Code Component using flexbox
#bemSubmitted 8 months agoI like to get help how to position the decoration circles to track component sizing changes.