Guest User

Untitled

a guest
Oct 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. /**
  2. * The first commented line is your dabblet’s title
  3. */
  4. body{
  5. background: linear-gradient(45deg, #cccccc, #ffffff);
  6. min-height: 100%;
  7. width:100%;
  8. overflow:hidden;
  9. }
  10.  
  11. body:after{
  12. content: 'krfty';
  13. color:white;
  14. font:arial;
  15. font-size:100px;
  16. padding:5%;
  17. left:40%;
  18. top:30%;
  19. position:absolute;
  20. border:10px solid;
  21. }
Add Comment
Please, Sign In to add comment