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


    Hello, this challenge was quite difficult for me. I had to do a lot of googling for javascript but it was pleasure to do this component.

    How much do you have to googling when you create something with javascript?

  • Submitted


    Hello,

    in this challenge I am not sure if I did toggles in right way or not. It works good, but I don't know if it is done correctly:)

    L.

  • Submitted


    Hi, in this challenge was quite hard to create hover effect on "cards". Create background opacity without affecting link.

  • Submitted


    Hi, in this challenge was quite tricky to create border-top with linear-gradient for instagram card.

    Sometimes I have problem with colors. Do you have calibrated monitors or not. Because when I check design and use colors in style guide so they look different. Do you have it same?

    L.

  • Submitted


    Hi,

    in this challenge I struggled on mobile navigation. I have problem with this: when I click on some category in menu then dropdown menu slide but doesn't move category below. I don't know how to explain it in english. When you will try it you will see what I mean.

    I will be glad for any advice.

    Thank you.

    L.

  • Submitted


    Hello everyone, in this challenge I had problem with add pattern on intro image (desktop version).

    I created this challenge as mobile first. I wanted to start mobile first. For me is better to start desktop first but of course responsive....I am used for it.

    The toggle navigation I did with jQuery.

    Happy coding

  • Submitted


    Hello, as every challenge on the start it looked easy but...:)

    Please check my javascript (opening and closing navigation for smaller screen). I know there are much more better solutions for toggle but I used this. Is it possible to do it this way or is it very bad? Everything works but when I want to use close btn I have to use window.location.reload}

    Thanks L.

  • Submitted


    Hello, thanks for your time to check. Any advice is welcome:)

    Next time I would do it different way. For progress statement on each category I used "li" elements but then I had problem to do graphic progress in each section. Probably next time if i want to do is I would use "div" elements and graphic progress bar shouldn't be hard to do....but it is just opinion...maybe I would have another problem:)

  • Submitted


    Hi everyone,

    this is my first challenge after one year. I didn't code whole year. This challenge took me quite long because i had to remmember what to do.

    Now my questions:

    1. Do I use media queries in right way? I am not sure if I should use min width instead of max width. I started with desktop version.

    2. I had problem with if statments. When I wanted to set margin top on error message after submiting bad mail address(depends on screen size) I had to put window.innerWidth >= 1201 on the bottom of the statments. When I wanted to put it on top this statment didn't work and was set value from second statement. I dont know why.

    Thank you for your time to check my solution.

    L.

  • Submitted


    Hi, always when I start new challenge it look easy and then I spend with it more and more time:) I want to ask you...when you start a new project do you start with mobile version first and then you customize it to desktop version or do you start with desktop? For me it's better start with desktop version and then customize it to mobile version.

  • Submitted


    Hi, I wanted to create hamburger menu with clean css (:target), but I saw that JS will be much more faster for me.

    I will be glad for any feedback.

  • Submitted

    Interactive card details

    #sass/scss
    • HTML
    • CSS
    • JS

    0


    In this challenge I have few issues.

    1. when I have empty form and submit it then I have red border only on the first two inputs

    2. if I put a letter into card number the whitespace in card number is lost...I dont know why

    Thanks for any advices