Guest User

Untitled

a guest
Nov 18th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. body{
  5. padding:50px;
  6. background:#2fa7ca;
  7. }
  8. h1{
  9. width:450px;
  10. font:bold 46px sans-serif;
  11. letter-spacing:-1px;
  12. color:#000;
  13. Background-color: white;
  14. Display: inline;
  15. padding-top:15px;
  16. padding-bottom:15px;
  17. Box-shadow: 15px 0px 0 10px white,
  18. -15px 0px 0 10px white;
  19.  
  20. }
  21. span{
  22. position:relative;
  23. }
Add Comment
Please, Sign In to add comment