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

Float

Since 1.7.0

Class

.float--{left | right | none}

Code Sample

.float--left

<p class="float--left">Float left!</p>

.float--right

<p class="float--right">Float right!</p>

.float--none

<p class="float--none">No float properties.</p>
PreviousHighlightNextBadge

Last updated 4 years ago

Was this helpful?