Mastering Responsiveness in Web Design – Day 13 at Cudose


Day 13 – Responsiveness in Web Design
Hey folks
Today at Cudose Creative Agency, we dove into one of the most essential skills for any front-end developer — Responsiveness. Making a website look and work great on all devices isn’t just good practice… it’s the standard.
--- What We Covered
1. Mobile-First Approach
We learned to design for smaller screens first, then enhance for larger ones. It keeps the code lean and user-focused.
2. Media Queries
The magic tool for responsiveness:
@media (max-width: 768px) {
body {
font-size: 14px;
}
}
These let us tweak layouts, font sizes, and elements based on device width.
3. Fluid Layouts
Instead of rigid pixel values, we used %, em, rem, vw, and vh to make designs adapt smoothly.
4. Flexible Media
Images and videos were set with max-width: 100%; height: auto; to avoid overflow or distortion.
5. User Experience First
Responsiveness isn’t just technical — it’s about making sure users have a seamless experience no matter what device they’re on.
---
Key Takeaways:
Mobile-first = better performance and UX
Combine media queries with Flexbox/Grid for adaptable layouts
Test across devices before calling it done
Relative units > fixed units for fluidity
-—Final Thoughts:
Today showed me that responsiveness is the bridge between design and usability. It’s not enough to just make something “work” — it has to fit every screen perfectly.
Next up? More CSS magic as we continue building adaptable, beautiful interfaces!
Subscribe to my newsletter
Read articles from Oyiguh Jordan Anibe directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
