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

Untitled

By: a guest on Apr 27th, 2012  |  syntax: None  |  size: 0.39 KB  |  hits: 13  |  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. iframe {
  2.   width: 100%;
  3.  
  4.   height: 620px;
  5.  
  6.   background: white;
  7.   border: 1px solid rgb(192, 192, 192);
  8.   margin: -1px;
  9.   /*box-shadow: inset 0 2px 6px rgba(0, 0, 0, .1);*/
  10. }
  11.  
  12. h3 + iframe {
  13.   margin-top: 40px;
  14.   height: 540px;
  15. }
  16.  
  17. article.fill iframe {
  18.   position: absolute;
  19.   left: 0;
  20.   top: 0;
  21.   width: 100%;
  22.   height: 100%;
  23.  
  24.   border: 0;
  25.   margin: 0;
  26.  
  27.   border-radius: 15px;
  28.  
  29.   z-index: -1;
  30. }