style.css 693 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. body,
  2. html{
  3. text-align: center;
  4. color: white;
  5. }
  6. body{
  7. background-color: #333;
  8. font-family: Georgia;
  9. }
  10. div.page{
  11. padding-right:136px;
  12. position: relative;
  13. }
  14. div.pinch-zoom {
  15. position: relative;
  16. }
  17. div.pinch-zoom a{
  18. color: white;
  19. position: absolute;
  20. bottom: 10px;
  21. right: 10px;
  22. text-decoration: none;
  23. background: #333;
  24. padding: 3px;
  25. font-size: 11px;
  26. }
  27. div.pinch-zoom div.description {
  28. position: absolute;
  29. top: 500px;
  30. left: 210px;
  31. }
  32. div.pinch-zoom div.description h1{
  33. font-size: 40px;
  34. margin: 0px;
  35. margin-bottom: 10px;
  36. }
  37. div.pinch-zoom div.description p{
  38. margin: 0px;
  39. }
  40. ul{
  41. margin: 0;
  42. padding: 0;
  43. }