Advertisement
Guest User

Untitled

a guest
Apr 17th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.42 KB | None | 0 0
  1. html {
  2.     overflow: hidden ;
  3. }
  4.  
  5. #v3cs #site-container {
  6.     height: 253px ;
  7. }
  8.  
  9. #v3cs #logo-main {
  10.     width: 458px ;
  11.     margin-right: auto ;
  12.     height: 100% ;
  13.     float: left ;
  14.    
  15. }
  16.  
  17. #v3cs #tab-fb {
  18.     float: right ;
  19.     margin-left: auto ;
  20.     height: 100% ;
  21.     width: 188px ;
  22.    
  23. }
  24.  
  25. #v3cs #tab-twt {
  26.     margin-right: auto ;
  27.     height: 100% ;
  28.     width: 188px ;
  29.    
  30.     float: left ;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement