caity_hillier

Untitled

Jul 24th, 2013
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. .box2{
  2. float:center;
  3. width:230px;
  4. height:200px;
  5. overflow-x:hidden;
  6. overflow-y:scroll;
  7. background: url("IMAGE URL");
  8. text-align: center;
  9. color: #000000;
  10. text-shadow: 2px 2px 2px #000;
  11. border: 5px double #FFFFFF;
  12. z-index:9999999999;
  13. letter-spacing:2px;
  14. line-height:30px;
  15. margin-top:10px;
  16. margin-left:-8px;
  17. display: inline-block;
  18. }
  19. .box3{
  20. float:center;
  21. width:230px;
  22. height:200px;
  23. overflow-x:hidden;
  24. overflow-y:scroll;
  25. background: url("IMAGE URL");
  26. text-align: center;
  27. color: #000000;
  28. text-shadow: 2px 2px 2px #000;
  29. border: 5px double #FFFFFF;
  30. z-index:9999999999;
  31. letter-spacing:2px;
  32. line-height:30px;
  33. margin-top:10px;
  34. margin-left:-8px;
  35. display: inline-block;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment