@leviipopeSubmitted about 2 months ago
Carlos Torres
@devsidersAll comments
- @isaacsucklingSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of the overall accuracy as i think it looks almost identical to the reference. I also implemented some of the suggestions given on my last project.
- @ryanlim-devSubmitted 2 months agoWhat are you most proud of, and what would you do differently next time?
- Learnt how to tidy up my code by establishing variables.
- Learnt how to import custom fonts using:
What challenges did you encounter, and how did you overcome them?@font-face { font-family: ; src: url(); }
I struggled with vertically and horizontally aligning the main section again.
My mistake was not declaring min-height when I tried placing my items in the center.
What specific areas of your project would you like help with?.wrapper { display: grid; place-items: center; min-height: 100dvh; }
- My flexibility on using flexbox and grid interchangeably.
- rem vs. em.
- height vs. max-height vs. min-height.
- vh vs. dvh.
- Hovers and transitions.