irene
@irene-panisAll solutions
- Submitted 6 months ago
Testimonials using CSS Grid
- HTML
- CSS
im kinda not sure if the y-margins were the right call as i tend to avoid using margins if i can help it but yea lmk if there was a better way to get my grid to be "smaller"
- Submitted 6 months ago
Four cards layout using CSS Grid
- HTML
- CSS
would like to know if there was indeed a way to implement the mobile design without media queries
- Submitted 6 months ago
Product card using flexbox & SCSS
- HTML
- CSS
felt kinda iffy on setting the max-width of the card? also what do i do when the window gets REALLY small (like when im using responsive dimensions in devtools and i just keep making the preview thinner and thinner) because that just shrinks the card and it doesnt really stop shrinking.
- Submitted 6 months ago
Recipe page
- HTML
- CSS
wasn't really sure how to implement the mobile design, i kinda got there but the padding around the img stumped me so would love pointers on how to get rid of it -- surely media queries isnt the only solution?
- Submitted 6 months ago
Social links profile using flexbox and min
- HTML
- CSS
i styled the list items to look like buttons then put anchor tags inside them w/ display block and height/width 100% to make them clickable; im pretty sure this is better than using buttons but lmk if i'm wrong and also if the usage of the list was necessary at all
- Submitted 6 months ago
Blog card using flexbox
- HTML
- CSS
author div spacing, scaling font-size down for mobile (my guess was min or clamp?), and for some reason i kept getting a scrollbar on my page
- Submitted 6 months ago
QR code using flexbox
- HTML
- CSS
had a little trouble figuring out the spacing between the qr code and the text but i guess there was no special spacing involved anyways