Advertisement
Guest User

Untitled

a guest
Jul 16th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.35 KB | None | 0 0
  1. html,
  2. body {  
  3.     height: 100%;
  4.     margin:0;
  5. }
  6.  
  7. img {
  8.     max-width: 100%;
  9. }
  10.  
  11. /* cover */
  12.  
  13. #cover {
  14.     background:#222 url('img/dice.jpg') center center  no-repeat;
  15.     background-size:cover;
  16.     color: black;
  17.     height: 100%;
  18.     text-align: center;
  19.     display: flex;
  20.     align-items: center;
  21. }
  22.  
  23. #cover-caption {
  24.     width: 100%;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement