salahelec2
@salahelec2All comments
- @IngridsSilveiraSubmitted over 1 year ago
- @OscarRodolfoUMGSubmitted 21 days ago
- @Ay-DeeSubmitted 18 days agoWhat challenges did you encounter, and how did you overcome them?
The links were overflowing their parent div even though I styled them to take 100% width. I fixed it by change the box-sizing of every element to "border-box"
@salahelec2Posted 18 days agoGreat solution, very close to the design. I liked the use of CSS color variables.
Marked as helpful1 - @Davi-logSubmitted 23 days ago@salahelec2Posted 23 days ago
Hello! It's best to follow the Figma design specifications and use the exact font sizes, padding, etc. In the avatar area, use a slightly smaller font size.
Marked as helpful0 - @zavaladrianSubmitted 25 days agoWhat are you most proud of, and what would you do differently next time?
This project seemed to be a bit easier after doing the first earlier ones. Getting the hang of using css styling more. I would want to replicate this with tailwind as i don't want to lose that skill too.
What challenges did you encounter, and how did you overcome them?The image was giving me an issue and I was using flex-col styling causing it not to center. Figured it out though..
What specific areas of your project would you like help with?As always, sizing container took longer than expected and still can't visualize it quick enough that doesn't cause to frustrate me.
@salahelec2Posted 25 days agoI think the design rules are not met here. You have to change the border-radius of the buttons and the container to meet the specifications. Also, the buttons have to be centered inside the container, which is easy to do using Flexbox by setting:
display: flex; flex-direction: column; align-items: center; justify-content: center;
on the container.Marked as helpful0 - @Evaldy3Submitted 25 days ago@salahelec2Posted 25 days ago
You have shared the wrong github repository/page, this is the QR component challenge
0