I'm pretty proud of how it turned out! I'm glad I was able to go back to this challenge and add responsive aspects to this even though it was a bit frustrating lol. I think next time I'd try to take the mobile-first design approach.
EYN
@overviAll comments
- @moonji-spoonjiSubmitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
- @ClytaxSubmitted almost 2 years ago
☀️Hi guys!☀️ ❤️I am so proud of this project, it really boosted my confidence!❤️ Until now the highest level I managed was difficulty 3, but now I could do this guru level, I'm so happy! Please let me know what I can do even better. I know that if you add too many columns or subtasks, they overflow and cover the whole screen, but otherwise I think my solution is good ^^ It is far from perfect because I could have done better in the responsive aspect (I made multiple headers) If anyone has some criticism I would greatly appreciate it!
- @roddejosSubmitted about 1 year ago
How do I properly place the whole container on the center? I use margin: auto but it doesn't change the vertical margin so i use margin-top. I'm not sure if it is a proper way.
@overviPosted about 1 year agoYou can apply the display: flex property to the <body> element and with using justify-content and align-items you can place container to the center remove any existing margins to center-align the container.
1