Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 162 Bytes

display-flex.md

File metadata and controls

7 lines (7 loc) · 162 Bytes

.drips-flex{ display: flex; flex-direction: column; flex-direction: row; align-items: center; //HORIZONTAL ALIGN justify-content: center; //VERTICAL ALIGN }