Guest User

CSS

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