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

Untitled

By: a guest on Aug 8th, 2012  |  syntax: None  |  size: 0.15 KB  |  hits: 6  |  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. Centering divs inside parent divs on iOS
  2. #child1 {
  3.     display: table;
  4.     margin: 0 auto;
  5. }
  6. #child2 {
  7.     display: table;
  8.     margin: 0 auto;
  9. }