View on GitHub

Notes

reference notes

Natural Responsiveness

Plain HTML with No CSS is Responsive

Importance of Natural Responsiveness

Tips for Maintaining Natural Responsiveness

1. Viewport Meta Tag

<meta name="viewport" content="width=device-width, initial-scale=1">

2. Avoid Fixed Width and Height

3. Avoid Heights Altogether

4. Use Fixed Widths Appropriately

5. Utilize Flexbox and Grid

Additional Resources