2. auto keyword #

Created Tuesday 01 September 2020

e.g https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-principles/make-an-image-responsive img { max-width:100%; // width<=100%, i.e it will cover the whole page at any size height:auto; // depending on the page width }