Advertisement
hallowimg

marigold

Dec 27th, 2020
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4. @import url('https://fonts.googleapis.com/css?family=Permanent+Marker|Kaushan+Script|Montserrat|Oswald|Roboto+Condensed');
  5.  
  6. body {
  7. cursor: url(http://i.imgur.com/633WM4m.png), auto;
  8. background: linear-gradient(#e3e3e3 50%, #fffdc9);
  9. }
  10.  
  11. .detail {
  12. position: absolute;
  13. top: 0px;
  14. left: 0px;
  15. width: 100%;
  16. height: 100%;
  17. background-image: url("https://www.transparenttextures.com/patterns/absurdity.png");
  18. }
  19.  
  20. .witch {
  21. position: absolute;
  22. bottom: 0px;
  23. left: 50%;
  24. transform: translate(-50%, -5%);
  25. border: 1px solid #000;
  26. padding: 10px;
  27. }
  28.  
  29. .words {
  30. position: absolute;
  31. bottom: 670px;
  32. left: 50%;
  33. transform: translate(-50%, 0%);
  34. width: 500px;
  35. color: black;
  36. font-size: 12px;
  37. font-family: 'Roboto Condensed';
  38. filter: drop-shadow(0px 0px 5px #000);
  39. }
  40. </style>
  41.  
  42. <div class="detail"></div>
  43.  
  44. <div class="witch"><img src="https://cdn.discordapp.com/attachments/541841887787614218/762832122258915358/D6EbAGsWkAITiKn.jpg" width="500px">
  45.  
  46. <div class="words">
  47. <center>
  48. MARIGOLD. 5'3". 117LBS. ALCHEMIST. WITCH.<br>
  49. SINGLE. UNINTERESTED. BUBBLY. GOLDEN RETREIVER PERSONALITY.
  50.  
  51.  
  52. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement