Advertisement
Guest User

little marie simple

a guest
Dec 13th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <style>
  2.  
  3. @import url('https://fonts.googleapis.com/css?family=Pacifico');
  4.  
  5. body {background: #DFFFFE;}
  6.  
  7. .image {position: fixed;
  8. background: url('https://cdn.discordapp.com/attachments/401746309842731030/522617233109811201/oni__speedpaint__by_90o-dare3j3.jpg') no-repeat;
  9. background-size: 350px;
  10. height: 480px;
  11. width: 300px;
  12. left: 560px;
  13. bottom: 100px;
  14. border: 5px double #EAB7D8;
  15. }
  16.  
  17. .name {position: absolute;
  18. font-family: 'Pacifico', cursive;
  19. font-size: 50px;
  20. color: #EAB7D8;
  21. text-shadow: 2px 2px 0px #DFFFFE;
  22. left: 40px;
  23. bottom: -20px;
  24. }
  25.  
  26. </style>
  27.  
  28. <div class="image">
  29. <div class="name">little marie</div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement