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.

Global alert

Overview

A global alert is intended to impact the entire website experience. It is full-width and is placed at the top of the every page, above the header.

Code

<div class="alert alert-danger qg-noicon qg-global-alert">
  <div class="container-fluid qg-site-width">
    <header>
      <h2>Global alert heading:</h2>
    </header>
    <section>
      <p>Global alert description. <a href="#">Global alert link</a>.</p>
    </section>
  </div>
</div>