GraceAriane
@GraceArianeAll comments
- @Zeey76Submitted about 1 month ago@GraceArianePosted about 1 month ago
les div sont trop larges sinon tu aurais pu mettre une taille fixe en pixel
0 - @immark007Submitted about 2 months agoWhat 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
@GraceArianePosted about 2 months agoapart from the fact that your writing is bigger, it's well done
0 - @Pan1402Submitted 2 months ago@GraceArianePosted 2 months ago
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-codeSubmitted 2 months agoWhat 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!
@GraceArianePosted 2 months agothe elements are a little offset otherwise it's not bad
0 - @Abby-LiuSubmitted 2 months agoWhat 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.
@GraceArianePosted 2 months agoto 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 - @hellcsabaSubmitted 3 months agoWhat 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.
@GraceArianePosted 2 months agoI see that there is a good resemblance and border-box with the box-sizing property helps to manage sizes and margins
1