CasperTheChild
@CasperTheChildAll solutions
- Submitted 6 days ago
Email_validation_page
- HTML
- CSS
- JS
I couldn't display the 'Valid email required' message using input:invalid::before. Even AI assistants couldn't help me...
- Submitted 13 days ago
Javascript_Preview-card
- HTML
- CSS
- JS
Any advice for the CSS of the '.Share' section or the social network links section? How would you optimize it?
- Submitted 19 days ago
Grid_cards
- HTML
- CSS
How would you adjust my second media query (with two columns)? Any suggestions?
- Submitted 23 days ago
Four Card Grid
- HTML
- CSS
Can you look at my media queries in CSS and give some feedback on them?
- Submitted 30 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 about 1 month 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 2 months 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 2 months 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 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?