Display Modes

Estimated reading: 1 minute 14 views

Most items are display block by default but that can easily be changed with the available display classes.

				
					.block {}           
.inline-block {}    
.inline {}          
.flex {}            
.inline-flex {}     
.table {}           
.table-row {}       
.table-cell {}      
.hidden {}          
// block
 // inline-block
 // inline
 // flex
 // inline-flex
 // table
 // table-row
 // table-cell
 // none
				
			
Share this Doc

Display Modes

Or copy link