CSS - Imagem

Imagem

<!-- index.html -->
<!-- Head starts -->
<style>
  .smaller-image {
    width: 300px;
  }
</style>
<!-- Style block end -->
<!-- Head ends -->
<!-- Body starts -->
<p>This is a random image from Unsplash</p>
<a href="#"><img class="smaller-image" src="https://source.unsplash.com/random" alt=""></a>
<!-- Body ends -->

Updated: