Class on Monday 11/11/19 Media Queries Today we are going to focus on Media Queries. They are the last major piece of the puzzle we need to make a responsive web site. We’re going to go over what media queries are and practice using them in CodePen. This Media Queries […]
media queries
2 posts
In order to have a fully responsive web page you need three things: Fluid Layout: the width of the layout is set in fluid units like percent or fr units. This allows the layout to expand and contract to fit the width of the browser window. Flexible Media: images, video […]