🛠️ToolsShed

Flexbox Oluşturucu

Görsel editör ve canlı önizleme ile CSS flexbox düzen kodu oluşturun.

Önizleme

1
2
3

Öğeler

Öğe 1
grow
shrink
basis
Öğe 2
grow
shrink
basis
Öğe 3
grow
shrink
basis

CSS Çıktısı

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8px;
}

Sıkça Sorulan Sorular

Comments & Feedback

Comments are powered by Giscus. Sign in with GitHub to leave a comment.