DEV Community

Cover image for Responsive Web Design Without Media Queries
Adrian Twarog
Adrian Twarog

Posted on

Responsive Web Design Without Media Queries

This video will take a look at using CSS and HTML without using @media to create responsive websites that dynamically update.

In this video I cover:

  • Resizing fonts using view width
  • Adding minimum and maximum font sizing and calculations
  • Creating resizable containers/imagesusing view height
  • Using basic flexbox to ensure items fit and also wrap

Follow and support me:

Special thanks if you subscribe to my channel :)

Want to see more:

I will try to post new great content every day. Here are the latest items:

Top comments (2)

Collapse
 
pclundaahl profile image
Patrick Charles-Lundaahl

That's super cool! I've never seen view sizes used for fonts, but this is really nice.

Collapse
 
adriantwarog profile image
Adrian Twarog

Thanks, trying to think outside the box, the next video is going to blow your mind though. Can't wait to finish it!