Guest User

Untitled

a guest
May 20th, 2018
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. .yip {
  2. font-size: 140px;
  3. line-height: 190px;
  4. text-transform: uppercase;
  5. text-shadow: 4px 4px 1px #b8b8b8;
  6. filter: dropshadow(color=#b8b8b8, offx=4, offy=4);
  7. font-family: 'Open Sans Condensed', sans-serif;
  8. font-weight: 400;
  9. margin-left: -10px;
  10. }
  11.  
  12.  
  13. hr {
  14. width: 810px;
  15. height: 18px;
  16. margin: 0;
  17. background-color: #000;
  18. border: none;
  19. }
  20.  
  21. .mail {
  22. display: block;
  23. margin-top: 20px;
  24. font-size: 12px;
  25. line-height: 12px;
  26. letter-spacing: 15px;
  27. text-transform: uppercase;
  28. text-decoration: none;
  29. color: black;
  30. text-align: center;
  31. }
  32.  
  33. .mail:hover {
  34. color: red;
  35. }
  36.  
  37. .wrapper {
  38. width: 810px;
  39. height: 240px;
  40. position: absolute;
  41. left: 50%;
  42. top: 50%;
  43. margin-top: -120px;
  44. margin-left: -405px;
  45. }
Add Comment
Please, Sign In to add comment