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. Layouts

Hero

Since 1.9.0

Class

.hero

Code Sample

<div class="hero bg--info">
    <div class="hero__content">
        <div class="container">
            <p class="hero__title">Title</p>
            <p class="hero__subtitle">Sub Title</p>
        </div>
    </div>
</div>
PreviousContributing to the DocsNextColumns

Last updated 4 years ago

Was this helpful?