P
Sayed Ali
@sydalwedaieAll solutions
- Submitted 13 days ago
Product preview card component using responsive image elements
- HTML
- CSS
When the viewport hits the breakpoint, sometimes I see a flicker as the browser tries to change the picture from mobile to desktop and vice-versa. I'm not sure what's the reason and how to fix it.
- Submitted about 1 month ago
Social Links Profile
- HTML
- CSS
I wonder how do others make their designs responsive. Do you use media queries, or relative units with
calc()
andclamp()
? I have done bigger projects before, where I realized using media queries can quickly make things go out of hand.