Links

bitbucket Report an Issue Slack Join the Slack Discussion

Links perform an operation that direct users to a page that is different from the current page they are visiting. UCLA has two different inline body links for light and dark backgrounds.

<div class="ucla">
  <!-- Standard Link -->
  <a href="#">This is an example of a link on light background.</a>

  <!-- White links on Blue Backgrounds -->
  <!-- Note: background color included for better depiction -->
  <div style="background: #2774AE; text-align: left;">
    <a class="white-link" href="#">This is an example of a link on dark background.</a>
  </div>

  <br>
</div>