Advertisement
Falkstids

Witch King

Aug 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. body{
  2. background-color:#06100f;
  3. overflow:hidden;
  4.  
  5. }
  6.  
  7. #box{
  8. width:500px;
  9. height:500px;
  10. background-color:#2d5a53;
  11. position:absolute;
  12. left:40vw;
  13. top:25vh;
  14. background-image:url(https://78.media.tumblr.com/735b32cb0b3fac79c2d895c15b532310/tumblr_oxxzpw78rv1rwz0w5o1_1280.jpg);
  15. background-size:100%;
  16. filter:contrast(300%) brightness(50%);
  17. box-shadow:0px 0px 10px 0px #000;
  18. }
  19.  
  20. #image{
  21. background-image:url(https://cdn.discordapp.com/attachments/454065290993467402/454123021293322241/image.png);
  22. background-size:100%;
  23. background-repeat:no-repeat;
  24. height:100%;
  25. width:234px;
  26. position:absolute;
  27. left:39vw;
  28. top:14vh;
  29. filter:drop-shadow(0px 0px 10px #000);
  30. }
  31.  
  32. <div id="box">
  33. </div>
  34. <div id="image"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement