Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 901 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 901 Bytes

Display


Class Reference

Class Output
hide display: none
inline display: inline
inline-block display: inline-block
inline-flex display: inline-flex
block display: block
flex display: flex

Overflow

Class Output
o-auto overflow: auto
o-visible overflow: visible
o-hidden overflow: hidden

Floats

Class Output
f-none float: none
f-left float: left
f-right float: hidden
Identifier Key
f none, left, right

clearfix