Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 19th, 2012  |  syntax: None  |  size: 0.26 KB  |  hits: 7  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. /**
  2.  * The first commented line is your dabblet’s title
  3.  */
  4.  
  5. body {
  6.    min-height: 100%;
  7. }
  8.  
  9. #main {
  10.    display: box;
  11.    width: 100%;
  12. }
  13.  
  14. #main div {
  15.     flex-pack: center;  
  16.     flex: 1;
  17. }
  18.  
  19. #main div:nth-child(2) {
  20.     flex: 2;
  21. }
  22.  
  23. #main div img {
  24.     width: 100%;
  25. }