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


    Hi! This is my solution for the challenge. I wanted to pratice styling with a design system in CSS so feedback on how I wrote the code is welcome :) Also: the border radius of the top right corner seems to turn into a right angle corner at 453px (viewport), which is too soon - so if you have an idea on how I could fix it, suggestions are welcome. Thank you!

  • Submitted


    (updated) Hi! This is my solution for this challenge. There is a point I'm not sure how to fix:

    For the email validation in JavaScript: I can make it work with the "button.addEventListener("click", etc....)" but for some reason it doesn't work with "form.addEventListener("submit", etc....), any idea why?

    Feedback on this point, and any other you might notice, is welcome! thank you :)

  • Submitted


    Hi! I have accessibility issues with this solution when using links and icons since there is no text to tell the purpose of the link and the <i> doesn't accept alt text like an <img>... does anybody else faced this problem? Thank you :)

  • Submitted


    Hi! This is my solution for this challenge. I struggled a bit to place the images so feedback on it is welcomed, thank you :)

  • Submitted


    Hi! This is my solution, there are still a few things I would like help with:

    1. How can I move the first image (the one of the computer) more to the left? I tried to use position relative/absolute, but since it didn't work I just used GRID...
    2. How can I align the "Supercharge your workflow" section in the center? I used Flexbox but it still doesn't work :/ Other criticisms are welcome, thank you :)
  • Submitted


    Hi! I'm not used yet to use CSS Grid in projects so feedback on how I wrote my code is appreciated. Also, I used mixins to avoid code repetitions when customizing the cards: is there a way to optimised/shorten the code even more? Thank you :)

  • Submitted


    Hi! I took this challenge mainly to practice working with Sass, so feedback on how I set up the files is appreciated!

  • Submitted


    Hi! Is my code easy to read, or do you think some sections could be structured in a better way? Let me know! All feedback is welcome and appreciated!

  • Submitted


    Hi, this is the first challenge I've done ; when compared to the design, my solution is centered vertically but not horizontally (however when I open it in different browsers it is centered), if anyone could point out what I got wrong in the CSS it would be greatly appreciated!