image-link.html 334 B

123456789101112131415
  1. <style>
  2. .image > a {
  3. display: block;
  4. border: solid 2px #1b3af2; /* The color of the link text on this page. */
  5. }
  6. </style>
  7. <div id="snippet-image-link">
  8. <h3>Linked image</h3>
  9. <figure class="image">
  10. <a href="https://cksource.com">
  11. <img src="%BASE_PATH%/assets/img/fields.jpg" alt="Autumn fields">
  12. </a>
  13. </figure>
  14. </div>