- <style>
- .image > a {
- display: block;
- border: solid 2px #1b3af2; /* The color of the link text on this page. */
- }
- </style>
- <div id="snippet-image-link">
- <h3>Linked image</h3>
- <figure class="image">
- <a href="https://cksource.com">
- <img src="%BASE_PATH%/assets/img/fields.jpg" alt="Autumn fields">
- </a>
- </figure>
- </div>
|