zono

style.css

May 5th, 2012
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. #scroller {
  2.     margin: 0px auto;
  3.     width: 50%;
  4.     border: 4px solid blue;
  5.     font-size: 33px;
  6.     white-space: nowrap;
  7.     overflow: hidden;
  8. }
  9. #controls {
  10.     margin: 0px auto;
  11.     text-align: center;
  12.     font-size: 33px;
  13. }
  14. input {
  15.     font-size: xx-large;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment