BaselineLab

CSS border generator

Explore border with interactive controls for width, style, and color by side or axis, compare physical and logical properties, and copy the CSS instantly.

border
HTML
<div class="border"></div>
CSS
.border {
  border: 8px solid #9ec6f3;
}