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

Buttons

Since 1.9.0

Class

.button--{xs | sm | md | lg}

Code Sample

<button class="button--xs bg--dark">.button--xs</button>
<button class="button--sm bg--info">.button--sm</button>
<button class="button--md bg--success">.button--md</button>
<input type="submit" class="button--lg bg--warning" value=".button--lg">
<input type="submit" class="button--lg bg--danger" value=".button--lg">
PreviousFlexNextNotice

Last updated 4 years ago

Was this helpful?