Latest comments
- @Hlm19966Submitted 27 days ago
- @iyinoluwaboluwatifeSubmitted 27 days ago@cas1092Posted 26 days ago
looks good!, mine also had the same desing flaw, but other than that i think it works great!
0 - P@marcello88cSubmitted about 1 month ago
- @Dadv-a11ySubmitted about 1 month ago@cas1092Posted about 1 month ago
i think you should keep your style in a separate file
Marked as helpful0 - @Tonny-Blair-DanielSubmitted about 1 month ago@cas1092Posted about 1 month ago
Great work! maybe you should review the design, i also got the same trouble at centering the card (in all the challenges almost)
0 - @razanabbasSubmitted about 1 month agoWhat 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.
@cas1092Posted about 1 month agoit 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 profile0