Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. font-size: 62.5%;
  5. }
  6.  
  7. #image-slider {
  8. position: relative;
  9. }
  10.  
  11. #image-slider > div {
  12. overflow: hidden;
  13. }
  14.  
  15. #container {
  16. position: relative;
  17. overflow: hidden;
  18. }
  19.  
  20. #container .content {
  21. position: absolute;
  22. top: 50%;
  23. margin-top: -200px;
  24. font-family: 'Dancing Script', cursive;
  25. left: 0;
  26. color: #FFF;
  27. text-align: center;
  28. width: 100%;
  29. font-size: 6em;
  30. padding: 120px 0;
  31. font-weight: bold;
  32. text-shadow: 3px 3px rgba(0, 0, 0, 0.5);
  33. }
  34.  
  35. .inset-text-effect {
  36. display: inline-block;
  37. -webkit-box-sizing: content-box;
  38. -moz-box-sizing: content-box;
  39. box-sizing: content-box;
  40. border: none;
  41. font: normal 70px/1 "Aladin", Helvetica, sans-serif;
  42. color: rgba(48,48,48,1);
  43. text-align: center;
  44. text-transform: normal;
  45. -o-text-overflow: clip;
  46. text-overflow: clip;
  47. white-space: pre;
  48. text-shadow: 1px 1px 0 rgba(140,140,140,0.6) , -1px -1px 1px rgba(0,0,0,0.67) ;
  49. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement