Skip to content

Instantly share code, notes, and snippets.

@MateuszBattek
MateuszBattek / MyContainer.css
Created November 26, 2023 19:40
Simple React container with 3 rows
.container {
display: flex;
flex-direction: column;
height: 100vh;
}
.row {
flex: 1;
border: 1px solid #ddd;
padding: 20px;