Guest User

Untitled

a guest
Sep 2nd, 2012
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.54 KB | None | 0 0
  1. body{
  2.         background-image: url("images/alpha.jpg");
  3.         background-size: 100%;
  4. }
  5.        
  6. #pics {
  7.         height: 125px;
  8.         width: 100%;
  9.         overflow: scroll;
  10.         overflow-x: hidden;
  11.         bottom: 0;
  12. }
  13.  
  14. #searchbar{
  15.         margin-left: 12px;
  16.         margin-top: 5px;
  17. }
  18.  
  19. #leftweet{
  20.         float: left;
  21.         width: 30%;
  22. }
  23.  
  24. #midtweet{
  25.     float: left;
  26.         margin-left: 5%;
  27.         width: 30%;
  28. }
  29.  
  30. #rightweet{
  31.         float: right;
  32.         width: 30%;
  33. }
  34.  
  35. #tweet{
  36.         width: 99%;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment