Advertisement
Guest User

Untitled

a guest
Apr 19th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. body{
  2. font-family: Courier;
  3. text-align: center;
  4. }
  5. li{
  6. display: inline;
  7. }
  8.  
  9. #instruction li{
  10. display : block;
  11. }
  12.  
  13. h1 {
  14. font-family: cursive;
  15. font-size: 40px;
  16. }
  17.  
  18. .pic {
  19. opacity: .4;
  20. }
  21.  
  22. .winner {
  23. height: 500px;
  24. width:500px;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement