Guest User

Untitled

a guest
May 22nd, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4.  
  5. .text-wrap {
  6. width: 600px;
  7. margin: 10px auto;
  8. padding: 10px 0;
  9. border: 5px solid #ccc;
  10. position: relative;
  11. box-shadow: 0 0 4px rgba(0, 0, 0, 0.80);
  12. clear: both;
  13. font-family: 'Airal', serif;
  14. font-size: 50px;
  15. text-align: center;
  16. color: #f7edf7;
  17. }
  18. .box1 {
  19. text-shadow: 0px 0px 0 rgb(188, 178, 188),
  20. 1px -1px 0 rgb(173,163,173),
  21. 2px -2px 0 rgb(153,143,153),
  22. 3px -3px 0 rgb(142,132,142),
  23. 4px -4px 0 rgb(126,116,126),
  24. 5px -5px 0 rgb(111,101,111),
  25. 6px -6px 0 rgb(95,85,95),
  26. 7px -7px 0 rgb(79,69,79),
  27. 8px -8px 7px rgb(0,0,0,.35),
  28. 8px -8px 1px rgb(0, 0, 0, 0.5),
  29. 0px 0px 7px rgb(0,0,0,.2)
  30. }
Add Comment
Please, Sign In to add comment