Advertisement
Falkstids

Webhead

Aug 24th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. body{
  2. background-color:#7A0101;
  3. overflow:hidden;
  4. }
  5.  
  6. #image{
  7. background-image:url(http://i.picpar.com/QIRc.png);
  8. background-size:100%;
  9. width:500px;
  10. height:700px;
  11. position:absolute;
  12. top:50%;
  13. left:50%;
  14. margin-top:-350px;
  15. margin-left:-350px;
  16. }
  17.  
  18. #logo{
  19. background-image:url(https://img00.deviantart.net/6697/i/2017/289/6/1/amazing_spider_man_title_by_momopjonny-dbqttwj.png);
  20. background-size:100%;
  21. background-repeat:no-repeat;
  22. width:600px;
  23. height:250px;
  24. top:50%;
  25. left:50%;
  26. margin-top:-350px;
  27. margin-left:-320px;
  28. position:absolute;
  29. z-index:10;
  30. }
  31.  
  32. <div id="image"></div>
  33. <div id="logo"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement