Advertisement
Guest User

loulou

a guest
Oct 19th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. html,body{
  2. height:100%;
  3. width:100%;
  4. text-align: left;
  5. }
  6.  
  7.  
  8. header{
  9. margin-bottom: 60px;
  10. display: flex;
  11. flex-direction: row;
  12. }
  13.  
  14. #logo {
  15. flex : 1;
  16. max-height: 200px;
  17. background-image:url(Magic-the-gathering-logo.png);
  18. background-size: contain;
  19. background-position: center;
  20. background-repeat : no-repeat;
  21. }
  22.  
  23. #logger{
  24. flex: none;
  25. background: lightsteelblue;
  26. border: 1px solid black;
  27. border-radius: 3px;
  28. padding: 5px;
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement