Here's how to properly code images into your webpages without making them fuzzy on hi-res devices like the latest iPhone.
Play with the code!!!
https://codepen.io/anon/pen/wOvgde?editors=1100
View the full course!!!
https://www.youtube.com/watch?v=gQojMIhELvM&list=PLoYCgNOIyGABDU532eesybur5HPBVfC1G
There are 2 ways you'll add images to your website:
- html background images (use this if the image is a part of the design
- html content images (use this if the image is a part of the content)
The method for adding html & CSS images is different for each type of image.
-~-~~-~~~-~~-~-
Also watch: "Responsive Design Tutorial - Tips for making web sites look great on any device"
https://www.youtube.com/watch?v=fgOO9YUFlGI
-~-~~-~~~-~~-~-