CasperTheChild
@CasperTheChildAll solutions
- Submitted 4 days ago
Grid_cards
- HTML
- CSS
How would you adjust my second media query (with two columns)? Any suggestions?
- Submitted 7 days ago
Four Card Grid
- HTML
- CSS
Can you look at my media queries in CSS and give some feedback on them?
- Submitted 14 days ago
Product_Preview
- HTML
- CSS
I couldn't figure out why the 'srcset' and 'sizes' attributes in '' aren't working. I tried everything, but it still didn't work as I planned. Could you look at my code and provide feedback?
- Submitted 27 days ago
Recipe card page using CSS flex
- HTML
- CSS
I couldn't change some elements' opacity, even though I wrote '!important'; Can you help me?
- Submitted about 1 month ago
Profile site
- HTML
- CSS
- The font weights didn’t actually work, so I deleted that part of the code. Can you explain why? Is it because of the font family?
- I used 'calc' function in div titled 'links'. Can I use them in that way?
- Submitted about 1 month ago
Html, CSS Flexbox, CSS transition, Google fonts.
- HTML
- CSS
"I don't know why my code doesn't center the 'attribution' element when the width is less than 500px. Is my semantics correct? When I tried: "css body { display: grid; place-items: center; }" the 'attribution' was positioned too far down. I couldn't solve it.
Also, how can I set the card's width more effectively, other than using width: 30vw?"
- Submitted about 2 months ago
HTML, CSS Flexbox, Google fonts.
- HTML
- CSS
I’m not sure if it’s acceptable to center the large white square in the middle using justify-content and align-content. Should I use something like .body .big_square { margin-top: 25% } to position it at the top?