Skip to main content
Back to Templates

Bouncing Dots

loaders

CSS

HTML

<div class="loader">
  <div class="dot"></div>
  <div class="dot"></div>
  <div class="dot"></div>
</div>

Live Preview

Edit the CSS on the left to see live changes. The styles are scoped to the preview area.