Featured link
Below are working examples for the "Featured link" component.
Headings structure
The logic semantic structure of headings have not been followed to accommodate the following working examples.
On this page
- Default example
- Customized background color examples
- Example with featured link description below the link
Default example
Spotlight on
Code
<section class="gc-featured-link">
<div class="container">
<h2 class="wb-inv">Spotlight on</h2>
<p><a class="stretched-link" href="#">[Promotion title]</a></p>
</div>
</section>
Customized background color examples
Dark background example:
Spotlight on
Light color example:
Spotlight on
Medium color example:
Spotlight on
Code
<section class="gc-featured-link" data-bg-color="#005B61">
<div class="container">
<h2 class="wb-inv">Spotlight on</h2>
<p><a class="stretched-link" href="#">[Promotion title]</a></p>
</div>
</section>
<section class="gc-featured-link" data-bg-color="#99dade">
<div class="container">
<h2 class="wb-inv">Spotlight on</h2>
<p><a class="stretched-link" href="#">[Promotion title]</a></p>
</div>
</section>
<section class="gc-featured-link" data-bg-color="#8F8F8F">
<div class="container">
<h2 class="wb-inv">Spotlight on</h2>
<p><a class="stretched-link" href="#">[Promotion title]</a></p>
</div>
</section>
Example with featured link description below the link
Code
<section class="gc-featured-link">
<div class="container">
<h2 class="wb-inv">Spotlight on</h2>
<p><a class="stretched-link" href="#">[Promotion title]</a></p>
<p>Long description [Optional]</p>
</div>
</section>
Page details
- Date modified: