Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. body{
  2.   background-color:black;
  3.   background-image:url("SAO.png");
  4.   background-attachment:fixed;
  5.   background-size:contain;
  6.   height:100%;
  7.   width:100%;
  8. }
  9. .bcdwhite{
  10.   position:relative;
  11.   top:-100px;
  12.   padding-top:50%;
  13.   margin:auto;
  14.   max-height:200px;
  15.   width:200px;
  16.   background-color:white;
  17.   opacity:1
  18. }
  19. /* Obtenir valeur exactes pixels pour les padding/margin*{
  20.   box-sizing:border-box;
  21. }*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement