@loiccapeSubmitted 27 days ago
What are you most proud of, and what would you do differently next time?
After reviewing some documentation, I used a mobile-first approach to minimize the need to remove CSS properties when transitioning from mobile to desktop screens.
What challenges did you encounter, and how did you overcome them?After initially developing the page starting with the desktop layout, I found myself properties from several containers for mobile screens, which didn’t feel right. It made me realize it would be better to add properties progressively rather than remove them.