Latest comments
- @Hlm19966
- @iyinoluwaboluwatife@cas1092
looks good!, mine also had the same desing flaw, but other than that i think it works great!
- P@marcello88c@cas1092
looks good
- @Dadv-a11y@cas1092
i think you should keep your style in a separate file
Marked as helpful - @Tonny-Blair-Daniel@cas1092
Great work! maybe you should review the design, i also got the same trouble at centering the card (in all the challenges almost)
- @razanabbasWhat are you most proud of, and what would you do differently next time?
I am proud that I could implement interactivity into this project
What challenges did you encounter, and how did you overcome them?I found this project to be more challenging than the previous ones and I had this problem where the event listeners on my buttons where not working, but after hours of guessing I found out it was due to using z-index: -1 which made my buttons unclickable. So I had to remove it but the design did not turn out the way I wanted it to be.
What specific areas of your project would you like help with?Can someone please tell me how can I improve my grid for the desktop design (in the media query)? I want the first column to span the whole two rows but that is not happening.
@cas1092it look's good to me, i think i suffer way to much on the challenge to give advise on all the functionality.
about your grid problem, i think you should use
grid-row: 1 / span 2;
on profile