Links

Links preform an operation that direct users to a page to another page that is different from the current page they are visiting. UCLA has two different inline body links for white and non-white backgrounds.

<div class="ucla campus">
  <!-- 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>