Skip to content

Instantly share code, notes, and snippets.

@tushartuteja
Created July 5, 2019 17:00
Show Gist options
  • Save tushartuteja/be1f418f65c03352f1a7700840395910 to your computer and use it in GitHub Desktop.
Save tushartuteja/be1f418f65c03352f1a7700840395910 to your computer and use it in GitHub Desktop.
body {
margin: 0px;
}
.parent {
display: flex;
background-color: yellow;
height: 300px;
flex-direction: column;
}
.one {
width: 200px;
background-color: red;
height: 50px;
}
.two {
width: 200px;
background-color: blue;
height: 50px;
}
.three {
width: 200px;
background-color: green;
height: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment