Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. .khan {
  2.  
  3. }
  4.  
  5. .khan__container {
  6. width: 80%;
  7. margin: 0 auto;
  8.  
  9. }
  10. .khan__author {
  11. margin: 0;
  12. line-height: 42px;
  13. font-size: 30px;
  14. font-weight: normal;
  15.  
  16. }
  17.  
  18. .khan__title {
  19. margin: 0;
  20. margin-bottom: 50px;
  21. line-height: 1.15;
  22. font-size: 60px;
  23. font-weight: bold;
  24. }
  25.  
  26. .khan__quote {
  27. width: 790px;
  28. margin: 0;
  29. margin-bottom: 36px;
  30. line-height: 34px;
  31. font-size: 24px;
  32. font-weight: normal;
  33. }
  34.  
  35. .khan__quote-author {
  36. margin: 0;
  37. margin-bottom: 10px;
  38. line-height: 1.15;
  39. font-size: 24px;
  40. font-weight: bold;
  41. }
  42.  
  43. .khan__quote-author-subline {
  44. margin: 0;
  45. margin-bottom: 68px;
  46. line-height: 1.15;
  47. font-size: 24px;
  48. font-weight: normal;
  49.  
  50. }
  51.  
  52. .khan__book-container {
  53. display: flex;
  54.  
  55. }
  56.  
  57. .khan__book-pic {
  58. width: 620px;
  59. height: 608px;
  60. margin-right: 20px;
  61. /*display: flex;
  62. flex-direction: column;
  63. justify-content: flex-start;
  64. align-items: flex-start;*/
  65. /*object-fit: contain;*/
  66. /*object-position: left bottom;*/
  67. }
  68.  
  69. .khan__buy-link {
  70. line-height: 42px;
  71. font-size: 30px;
  72. font-weight: normal;
  73. color: #2F80ED;
  74. text-decoration: none;
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement