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

  • @immark007

    Submitted

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

    Não sei

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

    Não sei

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

    Não sei

    @GraceAriane

    Posted

    apart from the fact that your writing is bigger, it's well done

    0
  • @GraceAriane

    Posted

    it's your body that should have a background so that it takes up the whole page and the height of your div should be a little larger

    0
  • @Abas-code

    Submitted

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

    Using the variable font file was difficult. I had to use the static font files directly. Please help me!

    @GraceAriane

    Posted

    the elements are a little offset otherwise it's not bad

    0
  • Abby 60

    @Abby-Liu

    Submitted

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

    To figure out the problems of aligning text and images. I would utilize ChatGPT to help me find the appropriate elements.

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

    It's a little complicated to organize everything into a clear structure. But if I try it at times, it will be better doing this job.

    @GraceAriane

    Posted

    to align the images and the text, you should have created a div which will contain the text, which will contain the profile and the image. you make a flex display, then in the div containing the text, you should still have done a flex display, flex direction column so that it is displayed in column and put a gap to space the elements. That's a bit like what I did and it lined up well.now I don't know if it was done on purpose as your name and the div are directly stuck to each other, but to be able to put a space, you could have put the body in display flex, with flex-direction column , a space-between put a height and a width on the body then make an auto margin on the div so it is displayed lower

    0
  • Csaba Hell 110

    @hellcsaba

    Submitted

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

    I'm most proud of that I could make a pixel-perfect solution based on the Figma design files.

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

    I had problem with setting the width of the component because I used the default box-sizing. After some research I realized that it's better to use border-box value for the box-sizing attribute.

    @GraceAriane

    Posted

    I see that there is a good resemblance and border-box with the box-sizing property helps to manage sizes and margins

    1