GorangoCSS Docs
Project Home
Github
Search…
Overview
Changelog
Contributing
Layouts
Hero
Columns
Flex
Components
Buttons
Notice
Card
Highlight
Float
Badge
Utilities
Background Color
Border
Margin
Padding
Powered By
GitBook
Hero
Since
1.9.0
Class
1
.hero
Copied!
Code Sample
1
<
div
class
=
"
hero bg--info
"
>
2
<
div
class
=
"
hero__content
"
>
3
<
div
class
=
"
container
"
>
4
<
p
class
=
"
hero__title
"
>
Title
</
p
>
5
<
p
class
=
"
hero__subtitle
"
>
Sub Title
</
p
>
6
</
div
>
7
</
div
>
8
</
div
>
Copied!
Previous
Contributing to the Docs
Next - Layouts
Columns
Last modified
1yr ago
Copy link
Contents
Class
Code Sample