Image Styles

Image sizes

Image positions

Image as background


Exercises

  1. Create an HTML page and a new CSS file, link the CSS file in the HTML page.
  2. In the CSS, add 3 styles for image sizes. In the page, add 3 images and apply the styles.
  3. In the CSS, add 3 styles for image positions. In the page, add 3 images and apply the styles.
  4. In the CSS, add a style for background image. In the page, add an image and apply the style.