Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    Any of my JavaScript legends out there can you please help me!?!?! I am still at a novice level when it comes to JavaScript so it took me forever to figure out how to get the image slider to transition the images but its only transition the first image and does not slide the images left or right when you click the arrows. If anyone is good with JavaScript transitions and animations and could help me out I would deeply appreciate it! Also, I cannot keep the images from overflowing the slider-container even after using "overflow: hidden" on the parent container so if anyone knows what's up with that you would be greatness!

  • Submitted


    I am still much of a JavaScript novice and have no clue how to get the users selected rating to pop up on the thank you page can any JavaScript legends please help me!?!? At first, I tried to make an index page and thank you page and then link them to the same .js file but then I put them together and added an inline script to see if that would work. I just want to be able to get the user's input rating number to show on the thank you page what they selected.

  • Submitted


    Please if anyone can help I had three major issues I couldn't solve!?!?

    • In the filter container I couldn't figure out how to get the grey sectioning lines to span the whole container.

    • On the Scoot page I couldn't figure out how to get my list dots and numbers to align to the left side of the container even after using flex-box properties like align-items.

    • Lastly, since I am kind of newer to JavaScript I couldn't figure out how to toggle my h1 and paragraph elements to turn white when the light/dark mode switch is clicked I tried to use document.querySelectorAll(h1); but for some reason, it isn't working I think it's because I am using a classList.toggle with it but I'm not sure thank you to anyone who can help.

  • Submitted


    Wasn't sure how to get the underlines below my "learn more" links to offset right without disappearing. If anyone could lend me a hand I would deeply appreciate it. This was my first time trying to master flex-box and CSS Grid specifically grid-template-areas because they are awesome!