ToolBoxy
🎨

Css Box Model Visualizer

NEW

css Β· box-model Β· layout

All:

top

right

bottom

left

All:

top

right

bottom

left

All:

top

right

bottom

left

margin
content
Total W: 284px
Total H: 120px
Content W: 200px
Content H: 60px
.element {
  width: 200px;
  height: 60px;
  box-sizing: content-box;
  margin: 16px 24px 16px 24px;
  border: 2px solid #6366f1;
  padding: 12px 16px 12px 16px;
}