Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. #container {
  2. text-align: center;
  3. background-image: url('lilia.jpg');
  4. background-size: cover;
  5. background-position: center;
  6. padding-top: 81vh;
  7. margin-left: 50vh;
  8. margin-right: 50vh;
  9. margin-top: -10px;
  10. padding-bottom: 50px;
  11. font-family: 'Consolas', sans-serif;
  12. font-size: 20px;
  13. }
  14.  
  15. body {
  16. background-color: #B9D8D4;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement