Skip to main content

Justify Items

Basic

<!-- justify items center -->
<div class="u-justify-items-center"><p>Justify Items Center</p></div>
	
<!-- justify items start -->
<div class="u-justify-items-start"><p>Justify Items Start</p></div>

<!-- justify items end -->
<div class="u-justify-items-end"><p>Justify Items End</p></div>

<!-- justify items stretch -->
<div class="u-justify-items-stretch"><p>Justify Items Stretch</p></div>

Back to top

Baseline

<!-- justify items baseline -->
<div class="u-justify-items-baseline"><p>Justify Items Baseline</p></div>

Globals

<!-- justify items inherit -->
<div class="u-justify-items-inherit"><p>Justify Items Inherit</p></div>
	
<!-- justify items initial -->
<div class="u-justify-items-initial"><p>Justify Items Initial</p></div>
	
<!-- justify items unset -->
<div class="u-justify-items-unset"><p>Justify Items Unset</p></div>