CasperTheChild
@CasperTheChildAll solutions
LoopStudio
#accessibility#bootstrap#sass/scssPSubmitted about 1 month agohe text in the photos also changes its opacity. I don't know how to stop it from changing.
Contact Form Supported by Accessibility Features
PSubmitted 2 months agoThe 'ContactForm.addEventListener("submit")' didn't work in main.js, so I changed it to 'SubmitButton.addEventListener("click")' instead.
Quiz Site
PSubmitted 3 months ago- When buttons are clicked, the borders expand, and I’m not sure why.
- I can't scroll down when the warning appears.
Password Generator
PSubmitted 3 months agoFirstly, I couldn't make the deletion of 'input.Password' toggle the '.CheckBox' and change the 'input[type="range"]'. Secondly, I couldn't remove the button next to 'input.Password' that appears when I mouse over. Lastly, the visual aspect of the 'GenerationButton' is not working properly.
TimeTrackingDashBoard
PSubmitted 4 months agoIn the last addEventListener at the end of main.js, I couldn't resolve the issue. The problem was that the images didn't change their brightness when hovered over. Additionally, it seems that the .BlackBackground and its parent elements don't have the same width. There are also minor issues in the index.html, style.css, and main.js files."
Email_validation_page
PSubmitted 4 months agoI couldn't display the 'Valid email required' message using input:invalid::before. Even AI assistants couldn't help me...
Javascript_Preview-card
PSubmitted 5 months agoAny advice for the CSS of the '.Share' section or the social network links section? How would you optimize it?
Grid_cards
PSubmitted 5 months agoHow would you adjust my second media query (with two columns)? Any suggestions?
Four Card Grid
PSubmitted 5 months agoCan you look at my media queries in CSS and give some feedback on them?
Product_Preview
PSubmitted 5 months agoI 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?
Recipe card page using CSS flex
#accessibilityPSubmitted 6 months agoI couldn't change some elements' opacity, even though I wrote '!important'; Can you help me?
Profile site
#accessibilityPSubmitted 6 months ago- 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?
Html, CSS Flexbox, CSS transition, Google fonts.
#accessibilityPSubmitted 6 months ago"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?"
HTML, CSS Flexbox, Google fonts.
#accessibilityPSubmitted 6 months agoI’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?