Advertisement
Guest User

Untitled

a guest
May 19th, 2011
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.47 KB | None | 0 0
  1. #container {
  2.     visibility: hidden; /* Hide at load */
  3.     z-index: 100;
  4.     position: fixed;
  5.     padding-left: 34%;
  6.     left: 0;
  7.     font-size: 24px;
  8.     color: #FFF;
  9.     background-color: #000;
  10.     width: 100%;
  11.     height: 70%;
  12.     min-height: 460px;
  13.     max-height: 500px;
  14.     white-space: nowrap;
  15.     clear: both;
  16. }
  17.  
  18. #second {
  19.     display: inline;
  20. }
  21.  
  22. #second .final {
  23.     z-index: 120;
  24.     margin: 0 12px;
  25.     display: inline-block;
  26.     height: 450px;
  27.     font-size: 24px;
  28.     color: #FFF;
  29.     text-align: center;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement