CSS border playground

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

Ask AI

CSS border playground

Response generated with openai/gpt-5.4-nano. AI can make mistakes. Always review the result.
border
HTML
<div class="border" dir="ltr">border</div>
CSS
.border {
  min-inline-size: min(100%, 18rem);
  min-block-size: 12rem;
  border: 8px solid #9ec6f3;
}