Skip links and keyboard navigation

For government agency options have changed in line with the November 2024 Machinery of government (MoG). For more information, see our MoG change guide.

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>