GorangoCSS Docs
Project HomeProject Repo
  • Overview
  • Changelog
  • Contributing
    • Contributing to GorangoCSS
    • Contributing to the Docs
  • Layouts
    • Hero
    • Columns
    • Flex
  • Components
    • Buttons
    • Notice
    • Card
    • Highlight
    • Float
    • Badge
  • Utilities
    • Background Color
    • Border
      • Border Properties
      • Rounded Border
    • Margin
    • Padding
Powered by GitBook
LogoLogo

© Kawanua Indo Digital

On this page
  • Class
  • Code Sample

Was this helpful?

  1. Components

Notice

Since 1.9.0

Class

.notice--{info | success | warning | danger}

Code Sample

<div class="notice--info txt--white">
    <button class="close"> </button>.notice--info
</div>
<div class="notice--success txt--white">
    <button class="close"> </button>.notice--success
</div>
<div class="notice--warning txt--white">
    <button class="close"> </button>.notice--warning
</div>
<div class="notice--danger txt--white">
    <button class="close"> </button>.notice--danger
</div>
PreviousButtonsNextCard

Last updated 4 years ago

Was this helpful?