Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. .flex-container {
  2. display: flex | inline-flex;
  3.  
  4. /* flex direction */
  5. flex-direction: row| row-reverse | column | column-reverse;
  6.  
  7. /* flex wrap */
  8. flex-wrap: nowrap| wrap | wrap-reverse | initial | inherit ;
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement