Advertisement
Guest User

Untitled

a guest
May 5th, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ;;**
  2. * The first commented line is your dabblet’s title
  3. */
  4. .container {
  5. display:flex;
  6. flex-wrap:wrap;
  7. }
  8.  
  9.  
  10. .app {
  11. height: 50px;
  12. background: #ccc;
  13. box-sizing:border-box;
  14. border:1px solid #666;
  15. width:33%;
  16. flex-grow: 1;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement