Latest solutions
Latest comments
- @jrHernandezHSubmitted 7 months ago
- @tadewumi2Submitted 27 days agoWhat are you most proud of, and what would you do differently next time?
For me, it's a significant improvement on the first challenge. I spent almost 24 hours trying to host the first challenge, but this was quite seemless
What challenges did you encounter, and how did you overcome them?I had issue trying to align the footer div to the left. It centered automatically because the container div had "{justify-items: center}". To solve the problem, I created another div inside the container, put only the contents to be centered there. Like that, the other elements in the container div are not forced to be centered.
- @sluskitankSubmitted 27 days ago