nunu114
@nunu114All solutions
Responsive stats card component using flexbox and css grid
Submitted about 2 months agoIn this case, is it better to add image using background-image or <img>?
Responsive testimonials grid section using CSS Grid
Submitted about 2 months agoI'm still confused is what unit should i use to set the grid template.
.main-container { margin: 0 auto; display: grid; grid-template-columns: 20% repeat(4, 1fr) 20%; grid-template-rows: 8rem 1fr 1fr 8rem; gap: 2rem; }
Responsive product preview card component
Submitted about 2 months agoIs there a better way to set different images for different screen sizes? Or maybe I just need to improve the styling in css?
Recipe page using mobile-first workflow
Submitted about 2 months agoIs there a better way to set the margin between elements than by adding a margin-bottom for each one?
Responsive social links profile with flex box and media query
Submitted about 2 months agoBest way to make a responsive design.
Responsive Blog preview card using flex box and clamp()
Submitted about 2 months agoIs there a better way to make a responsive font size without using a query other than clamp()?
QR code component solution using Flex box
Submitted about 2 months agoI wanted to be comfortable using rem units and flexbox. Rem units still confuse me, even though I have already taken many lessons on them.