Guest User

Untitled

a guest
Nov 20th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. .title {
  2. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9bc7e2), color-stop(100%, #9bc7e2));
  3. background-image: -webkit-linear-gradient(#ffffff,#9bc7e2);
  4. -webkit-background-clip: text;
  5. -webkit-text-fill-color: transparent;
  6. color: #fff;
  7. position: relative;
  8. text-shadow: none;
  9. }
  10. .title:before {
  11. background: none;
  12. content: attr(data-text);
  13. left: 0;
  14. position: absolute;
  15. text-shadow: 0 3px 0 rgba(0, 0, 0, .3);
  16. top: 0;
  17. z-index: -1;
  18. }
Add Comment
Please, Sign In to add comment