@vcl/vcl
Version:
The whole VCL in one package
29 lines (24 loc) • 928 B
HTML
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v6.1.1/css/all.css">
<a href="#">Plain link</a>
<br><br>
<div>
continuous text <a href="#" class="content-link">
<span class="icogram">
<span class="icon fas fa-angle-right" aria-hidden="true" aria-label="presentation" role="img"></span>
<span class="text">Link embedded in text with prepended icon</span>
</span></a> continuous text
</div>
<br>
<a href="#" class="content-link">
<div class="icogram">
<span class="text">Link with appended icon</span>
<span class="icon fas fa-external-link-alt" aria-hidden="true" aria-label="presentation" role="img"></span>
</div>
</a>
<br><br>
<a href="#" class="content-link disabled">
<div class="icogram">
<span class="icon fas fa-angle-right" aria-hidden="true" aria-label="presentation" role="img"></span>
<span class="text">Disabled link with prepended icon</span>
</div>
</a>