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

Untitled

By: a guest on Aug 12th, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 10  |  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. /* Styling a poem. See http://pastie.org/pastes/1782637/edit */
  2.  
  3. .poem {
  4.         display: table;
  5.         margin-right: auto;
  6.         margin-left: auto;
  7. }
  8.  
  9. .stanza {
  10.         text-indent: 0;
  11.         margin-left: 2em;
  12.         margin-bottom: 1.25em;
  13. }
  14.  
  15. .verse {
  16.         margin-left: -2em;
  17. }