Guest User

Untitled

a guest
Dec 14th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. .hh1 {
  2. display: block;
  3. -webkit-box-sizing: content-box;
  4. -moz-box-sizing: content-box;
  5. box-sizing: content-box;
  6. float: none;
  7. z-index: auto;
  8. width: auto;
  9. height: auto;
  10. position: relative;
  11.  
  12. cursor: pointer;
  13. opacity: 1;
  14. margin: 0;
  15. padding: 0;
  16. overflow: visible;
  17. border: none;
  18. -webkit-border-radius: 0;
  19. border-radius: 0;
  20. font: normal 72px/normal Arial Black, Gadget, sans-serif;
  21. color: rgba(255,255,255,1);
  22. text-align: center;
  23. -o-text-overflow: clip;
  24. text-overflow: clip;
  25. background: none;
  26. -webkit-box-shadow: none;
  27. box-shadow: none;
  28. text-shadow: 0 1px 0 rgb(204,204,204) , 0 2px 0 rgb(201,201,201) , 0 3px 0 rgb(187,187,187) , 0 4px 0 rgb(185,185,185) , 0 5px 0 rgb(170,170,170) , 0 6px 1px rgba(0,0,0,0.0980392) , 0 0 5px rgba(0,0,0,0.0980392) , 0 1px 3px rgba(0,0,0,0.298039) , 0 3px 5px rgba(0,0,0,0.2) , 0 5px 10px rgba(0,0,0,0.247059) , 0 10px 10px rgba(0,0,0,0.2) , 0 20px 20px rgba(0,0,0,0.14902) ;
  29. -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  30. -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  31. -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  32. transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
  33. -webkit-transform: none;
  34. transform: none;
  35. -webkit-transform-origin: 50% 50% 0;
  36. transform-origin: 50% 50% 0;
  37.  
  38. -webkit-transition: all 4s ease;
  39. -moz-transition: all 4s ease;
  40. -ms-transition: all 4s ease;
  41. -o-transition: all 4s ease;
  42. transition: all 4s ease;
  43.  
  44. .elementClass {
  45. -moz-border-radius: 2em;
  46. -ms-border-radius: 2em;
  47. -o-border-radius: 2em;
  48. -webkit-border-radius: 2em;
  49. border-radius: 2em;
  50. }
Add Comment
Please, Sign In to add comment