Notes
styleWithLightningDesignSystem.html
<template>
<div class="slds-box">
<p>This is a regular-sized box.</p>
</div><br/>
<div class="slds-box slds-box_small">
<p>This is a small box.</p>
</div><br/>
<div class="slds-box slds-box_x-small">
<p>This is an extra-small box.</p>
</div><br/>
<div class="slds-box slds-box_xx-small">
<p>This is an extra-extra-small box.</p>
</div><br/>
</template>
Preview:
Video
Video does not exists.