Advertisement
Demi-monde

Fyn

Feb 25th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <style>
  2. body{
  3. background: #000;
  4. margin: 0;
  5. padding: 0;
  6. overflow-y:hidden;
  7. }
  8.  
  9.  
  10. #main{
  11. background-image: url('https://i.imgur.com/Et56PdI.jpg');
  12. background-position: center center;
  13. background-repeat: no-repeat;
  14. background-size: contain;
  15. height:100%;
  16. width:90%;
  17. overflow:hidden;}
  18.  
  19. .headerbar {
  20. background-color:#000;
  21. height:50px;
  22. width:100%;
  23. position:fixed;
  24. top:0px;
  25. left:0px;
  26. z-index:999999;
  27. }
  28.  
  29.  
  30. .headerbar2 {
  31. background-color:#000;
  32. height:50px;
  33. width:100%;
  34. position:fixed;
  35. bottom:0px;
  36. left:0px;
  37. z-index:999999;
  38. }
  39.  
  40. .headerbar3 {
  41. background-color:#000;
  42. height:100%;
  43. width:50px;
  44. position:fixed;
  45. bottom:0px;
  46. left:0px;
  47. z-index:999999;
  48. }
  49.  
  50. .headerbar4 {
  51. background-color:#000;
  52. height:100%;
  53. width:50px;
  54. position:fixed;
  55. bottom:0px;
  56. right:0px;
  57. z-index:999999;
  58. }
  59.  
  60. </style>
  61.  
  62. <div class="headerbar"></div><div class="headerbar2"></div><div class="headerbar3"></div><div class="headerbar4"></div>
  63. <div id="main"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement