02_size_css.html
By default, images are displayed at their full resolution and size. They can be resized using CSS, for example, this page uses a CSS rule that styles all elements that use the IMG
tag.
img
element contains no styling instructions.width
and height
CSS properties are used simultaneously? Does this image look 'right'?font-size
in the body
rule is chanegd to 2em
, 3em
or larger?%
, em
or vmin
?15em
and 100vw
img
width is not defined using em
s what happens to the image if you change the size of the font-size
in the body
rule?