Not Found
Not Found
Not Found
Not Found
Not Found
Request path contains unescaped characters
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

  • P
    mhykah• 200

    @mhykah-webdev

    Submitted

    What are you most proud of, and what would you do differently next time?

    I think the project came out quite accurate to the original design.

    What challenges did you encounter, and how did you overcome them?

    Nothing major.

    What specific areas of your project would you like help with?

    I'd like to know if there are a better way for me to use classes to apply things such as colours and borders. Any general feedback or advice would be greatly appreciated!

    Denchiks• 300

    @Denchiks37

    Posted

    Almost pixel perfect project. For colors you can use element in the beginning of your style css file by writing

     :root{}
    

    For example

    :root {
      --moderate-violet: hsl(263, 55%, 52%);
      --very-dark-grayish: hsl(217, 19%, 35%);
      --very-dark-blackish: hsl(219, 29%, 14%);
      --white: hsl(0, 0%, 100%);
      --light-gray: hsl(0, 0%, 81%);
      --light-grayish: hsl(210, 46%, 95%);
    }
    

    And later in code call him using names you gave them

    .card-purple {
      background-color: var(--moderate-violet);
    }
    

    I hope it was helpful)

    Marked as helpful

    0
  • @itzL1m4k

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud of my entire work, and of my website responsiveness.

    What challenges did you encounter, and how did you overcome them?

    At first I didn't know how to position card elements, but later I've remembered that I can set position relative to cards element and then set position absolute to each card element, after that I was able to position each card with top, bottom, right, left attributes.

    What specific areas of your project would you like help with?

    None, but any feedback is welcome.

    Denchiks• 300

    @Denchiks37

    Posted

    Great job. Just need to fix header font size and it will be perfect)

    1
  • ChibuTheDev• 30

    @ChibuTheDev

    Submitted

    What are you most proud of, and what would you do differently next time?

    .

    What challenges did you encounter, and how did you overcome them?

    .

    What specific areas of your project would you like help with?

    .

    Denchiks• 300

    @Denchiks37

    Posted

    Good result. But I see some problems with paragraph colors,background color, pading/margins and line height. Overall good!

    Marked as helpful

    0
  • @itzL1m4k

    Submitted

    What are you most proud of, and what would you do differently next time?

    I am proud of creating a responsiveness website (I think)

    What challenges did you encounter, and how did you overcome them?

    I have challenge with table element cause I didn't know how to center the second td element, and how to clear border of fourth tr element, but in documentation I found :nth-child class that helped me to clear this border.

    What specific areas of your project would you like help with?

    Nothing special, but any feedback is welcome.

    Denchiks• 300

    @Denchiks37

    Posted

    You did good job, but you choose wrong color for paragraph elements except first one. But overall good.

    1
  • Cristian• 80

    @DevCris05

    Submitted

    What are you most proud of, and what would you do differently next time?

    de poder completar el desafío y de poder desarrollar mis habilidades

    What challenges did you encounter, and how did you overcome them?

    ninguno

    What specific areas of your project would you like help with?

    en cualquier area, gracias :)

    Denchiks• 300

    @Denchiks37

    Posted

    You really did a great job. See you in next challenges!

    0
  • Denchiks• 300

    @Denchiks37

    Posted

    Good job!

    0
  • cie-cret• 30

    @cie-cret

    Submitted

    What are you most proud of, and what would you do differently next time?

    I don't know, this is my very first project I 100% wrote by myself. Next time, I don't know if I could find any easier way to solve this, but I think I must

    What challenges did you encounter, and how did you overcome them?

    How to make the frame in the middle of the page.. Well, I just estimated it...

    What specific areas of your project would you like help with?

    Literally, everything haha

    Denchiks• 300

    @Denchiks37

    Posted

    Good

    0