Guest User

Untitled

a guest
Dec 15th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. &__wrapper
  2. {
  3. margin: auto;
  4. padding-top: 50px;
  5. width: 1200px;
  6. height: 675px;
  7. display: flex;
  8. -webkit-justify-content: space-between;
  9. justify-content: space-between;
  10. -webkit-align-items: flex-start;
  11. align-items: flex-start;
  12. }
  13.  
  14. &__right
  15. {
  16. width: 630px;
  17. height: 660px;
  18. margin: auto;
  19. background: url('../img/dish.png') no-repeat;
  20. background-size:auto cover;
  21. }
  22.  
  23.  
  24. &__left
  25. {
  26. height: 490px;
  27. width: 409px;
  28. text-align: center;
  29. }
Add Comment
Please, Sign In to add comment