Advertisement
Guest User

Untitled

a guest
May 12th, 2023
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. .khan {
  2. text-align: left;
  3. background-color: #f2f2f2;
  4. display: flex;
  5. }
  6.  
  7. .khan__book-pic {
  8. display: flex;
  9. padding-right: 48px;
  10. height: 620px;
  11. width: 608px;
  12. object-fit: cover;
  13. object-position: top;
  14. padding-top: 68px;
  15. vertical-align: bottom;
  16. }
  17.  
  18. .khan__buy-link {
  19. line-height: 42px;
  20. font-size: 30px;
  21. font-weight: normal;
  22. display: inline-flex;
  23. color: #2f80ed;
  24. text-decoration: none;
  25. justify-content: start;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement