Skip links and keyboard navigation

For government has transitioned to using the Queensland Government design system. If you have feedback, please use the form at the bottom of this page.

Page alert

Overview

A page alert is intended to impact the entire page experience. They attract the user's attention without interrupting their task. It is placed at the top of a page below the breadcrumbs.

Code

<div class="section alert alert-info alert-content">
  <i class="fa fa-info-circle"></i>
  <p>Page alert description. <a href="#">You can include a link</a> if useful.</p>
</div>