Advertisement
Falkstids

Bloody patchwork

Sep 14th, 2019
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. @import url('https://fonts.googleapis.com/css?family=Questrial');
  2.  
  3. body{
  4. background-color:#971D05;
  5. oveflow:hidden;
  6. }
  7.  
  8. #image{
  9. background-image:url(https://i.pinimg.com/564x/74/de/c8/74dec82b983af127066e0aa22d31c684.jpg);
  10. background-size:contain;
  11. width:400px;
  12. height:400px;
  13. background-repeat:no-repeat;
  14. position:absolute;
  15. top:0px;
  16. right:0px;
  17. z-index:2;
  18. }
  19.  
  20. #text {
  21. background-color:#641515;
  22. color:#fff;
  23. font-family: 'Questrial', sans-serif;
  24. position:absolute;
  25. font-size:20pt;
  26. width:contain;
  27. height:contain;
  28. top:0px;
  29. right:0px;
  30. margin-top:400px;
  31. margin-right:150px;
  32. text-decoration:none;
  33. z-index:99;
  34. }
  35.  
  36. #text a{
  37. text-decoration:none;
  38. color:#fff;
  39. }
  40.  
  41. <div id="image"></div>
  42.  
  43. <div id="text"><a target="_blank" href="https://pastebin.com/qtktsudP">Bloody Patchwork</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement