Advertisement
Guest User

Cookies CSS

a guest
May 28th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.01 KB | None | 0 0
  1. * {
  2.     margin: 0;
  3.     padding: 0;
  4.     cursor: url('orange_pointer.cur'), default;
  5. }
  6.  
  7. body {
  8.     width: 100%;
  9.     height: 100%;
  10.     background-image: url(images/cloth.png);
  11.     background-size: cover;
  12.  
  13. }
  14.  
  15. .cookie img {
  16.     width: 200px;
  17.     position: absolute;
  18.     cursor: pointer;
  19. }
  20.  
  21.  
  22. .home {
  23.     z-index: 10001;
  24.     padding: 50px;
  25.     position: absolute;
  26.     top: 1%;
  27. }
  28.  
  29. #cookie1 {
  30.     top: 18%;
  31.     left: 62%;
  32.    
  33. }
  34. #cookie2 {
  35.     top: 61%;
  36.     left: 8%;
  37.    
  38. }
  39. #cookie3 {
  40.     top: 38%;
  41.     left: 30%;
  42.    
  43. }
  44. #cookie4 {
  45.     top: 3%;
  46.     left: 82%;
  47.    
  48. }
  49. #cookie5 {
  50.     top: 10%;
  51.     left: 10%;
  52.    
  53. }
  54. #cookie6 {
  55.     top: 55%;
  56.     left: 80%;
  57.    
  58. }#cookie7 {
  59.     top: 58%;
  60.     left: 55%;
  61.    
  62. }#cookie8 {
  63.     top: 1%;
  64.     left: 40%;
  65.    
  66. }
  67. .tagline {
  68.     position: relative;
  69.     padding-top: 75px;
  70.     text-align: center;
  71.     font-family: "Luckiest Guy", sans-serif;
  72.     font-size: 37px;
  73.     letter-spacing: 2px;
  74.     color: #f58538;
  75.     margin-top: 845px;
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement