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

Untitled

By: a guest on Aug 3rd, 2012  |  syntax: None  |  size: 0.28 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. .content{
  2.         Width:100px;
  3.         height:100px;
  4.         position:absolute;
  5.         top:50%;
  6.         left:50%;
  7.         margin-top:-50px;
  8.         margin-left:-50px;
  9.         -webkit-border-radius: 20px;
  10.         -moz-border-radius: 20px;
  11.         border-radius: 20px;
  12.         background-color:#E3A20B;
  13.         padding-top:10px;
  14.         padding-left:10px;
  15.         padding-bottom:10px;
  16.  
  17.  
  18. }