Guest User

Untitled

a guest
Sep 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. #box{
  2. width:700px;
  3. padding:0px;
  4. margin:50px auto;
  5. }
  6. h1{
  7. font-size:100px;
  8. font-family:cursive;
  9. background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,1)),to(rgba(0,0,0,0.2)));
  10. -webkit-background-clip: text;
  11. -webkit-text-fill-color:transparent;
  12.  
  13. }
Add Comment
Please, Sign In to add comment