Responsive Design Tutorial – Tips for making web sites look great on any device

There are a few “gotchas” to responsive design, and once you know them, the rest all makes sense.
Play with the code!!!

View the full course!!!

Super helpful links on responsive images:

https://medium.freecodecamp.org/a-guide-to-responsive-images-with-ready-to-use-templates-c400bd65c433
https://developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images

Responsive Design makes a website look amazing on any device. Using css media queries, good flexbox/grid layouts, srcset, and html5 picture tags, we can convert our website into a fully responsive site.