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 comments

  • banana joe 135

    @bananaJoeReal

    Posted

    Hey Holly!

    I've taken a look to your solution and your code, And you have a little problem, The problem in the button (class: carousel-buttons) until positioning it with (left and bottom) try positioning it with margins.

    Happy codding!

    0
  • banana joe 135

    @bananaJoeReal

    Posted

    Hey Andrea Lecuona!

    Your solution looks nice but it's not responsive.

    • Change the break point 375px to 620px it will be great! (For the header).
    • Add hover to the header links to be interactive with the user.

    Happy codding!

    1
  • Yaroslav 10

    @LOTUShkov

    Submitted

    I did not understand how to implement page scrolling when increasing the scale.

    banana joe 135

    @bananaJoeReal

    Posted

    Hey Yaroslav!

    Your solution looks great and responsive!

    Happy codding!

    0
  • banana joe 135

    @bananaJoeReal

    Posted

    Hey Josef Tomecek!

    You have putted the wrong link in Live Site URL, Please edit it.

    Happy codding!

    0
  • Aya Habeeb 550

    @ayahabeeb98

    Submitted

    I faced a challenge to make a copy feature, I'm curious if my solution is correct and if there is another way to do it.

    banana joe 135

    @bananaJoeReal

    Posted

    Hey sister Aya hope you doing well inshaalah!

    Your solution looks great and responsive! I have just some little notes.

    1. The sign up button is a little big bigger padding: 7em 2em; will be more closer to the design!
    2. If you want to remove the outline that shows when you click a button use outline: none;

    Happy codding!

    1
  • P
    ApplePieGiraffe 30,545

    @ApplePieGiraffe

    Submitted

    Hey, everybody! 👋

    This was a short, easy challenge that was a lot of fun to code! (Thinking about how to place the image was interesting.) 😉

    I added a few CSS animations from Animate.css (as usual) to make the simple mobile navigation and the loading of the page a little cooler! 😄

    Feedback is welcome and appreciated! 😊

    Happy coding! 😁

    banana joe 135

    @bananaJoeReal

    Posted

    Hey ApplePieGiraffe!

    Your solution looks nice, I loved the animation nice work!

    2
  • Alvian 105

    @alvianharyanto

    Submitted

    This is my first time react js app. I take a long time to understand react js. I know, my app is so bad, and I hope anyone can review my code. any feedback please.. :)

    banana joe 135

    @bananaJoeReal

    Posted

    Hey Alvian!

    I've taken a look at your react code and I've some advices!

    1. Use functional components as much as you can(learn hooks(e g : useState hook and useEffect hook...)). introducing hooks useState hook useEffect hook
    2. Don't write your code in App.js file use, you've written so much code in App.js file, Write your code in files in components folder and import the in App.js file.
    3. Don't write any thing in the body of index.html file.

    Happy codding!

    3