Viết CSS cho mobile trước (base styles), dùng min-width media queries thêm styles cho màn hình lớn hơn.
Ưu điểm: performance tốt hơn trên mobile, progressive enhancement, code gọn hơn.
Writing CSS for mobile first (base styles), then using min-width media queries to add styles for larger screens.
Benefits: better performance on mobile, progressive enhancement, and cleaner code.