Advertisement
Guest User

Drobna poprawka

a guest
Apr 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.27 KB | None | 0 0
  1. .welcome {
  2.  
  3.     background-image: url(img/bg.png);
  4.     background-position: 60% 60%;
  5.     background-repeat: repeat-y;
  6.     background-size: 100%;
  7.     height: 600px;
  8.     padding: 250px 100px;
  9.     position: unset;
  10.     text-align: center;
  11.     min-height: 230px;
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement