P
AlvaroPrates
@AlvaroPratesAll solutions
- Submitted about 2 months ago
Perfume Preview Card Component
- HTML
- CSS
Is the responsiveness okay? Should I worry when the screen gets too small, like < 200px?
- Submitted 3 months ago
QR code componet with HTML and CSS
- HTML
- CSS
I'm not sure why an image is overflowing inside a certain container. I tough that would fit to the parent container. The solution I found was to force the image's width or height to 100% (width). Don't know if this is enough or if it's necessary to add the object-fit property.