Guest User

Untitled

a guest
Nov 18th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 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 20px sans-serif;
  11. letter-spacing:-1px;
  12. color:#000;
  13. Background-color: white;
  14. Display: inline;
  15. padding-top:1px;
  16. padding-bottom:3px;
  17. Box-shadow: 15px 0px 0 1px white,
  18. -15px 0px 0 1px white;
  19.  
  20. }
  21. h1:first-line
Add Comment
Please, Sign In to add comment