Advertisement
Guest User

Untitled

a guest
Jul 28th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. /**
  2. * dl to flex tabs
  3. */
  4.  
  5. dl {display:flex; flex-wrap: wrap; justify-content: space-around; align-items:center;}
  6. dt {order:1; flex-grow:1; }
  7. dt:first-child { background:yellow;}
  8. dd {order:2; width:100%; flex-basis:auto; background:aliceblue;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement