W3 Tech
Home
HTML
CSS
JavaScript
Tools
🌙
CSS Tutorial
Master CSS styling with interactive examples
CSS Flexbox Layout
HTML
Item 1
Item 2
Item 3
CSS
.container { display: flex; justify-content: space-between; align-items: center; height: 200px; background: #f0f0f0; padding: 20px; border-radius: 8px; } .item { background: #2196F3; color: white; padding: 20px; border-radius: 4px; font-weight: bold; }
Preview