Marquees

Marquees / news flash / additional information component

IMPORTANT NOTICE:

This is an example of a warning message. It would show everytime the user logs in, unless they click on the "close" button and then it will never show again. It can include CLICK items, even buttons or images.

Code Example

<div class="ticker">
 <div class="mover">
  <h1>IMPORTANT NOTICE:</h1>
  <p>This is an example of a warning message. <strong>It would show everytime the user logs in</strong>, unless they click on the <strong>"close"</strong> button and then it will never show again. It can include CLICK items, even buttons or images.</p>
 </div>
 <a href="#" id="close-ticker"><img src="icon-close-white.svg" alt=""/></a>
</div>