Some CSS Learning
Copy Below Code
View As A Text File
Show Text Only
Show API
Edit Code
Two make space between two divs, we will use follow,
display:flex
justify-content: space-between
- To make vertical columns, we will use
display: "flex",
flexDirection: "column",
- Below properties are regular / frequent use
display: flex;
align-items: center;
justify-content: center;