maximus87

Untitled

Dec 20th, 2018
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.71 KB | None | 0 0
  1. section#sep-1 .sqs-row {
  2.     display: flex;
  3. }
  4. section#sep-1 .sqs-col-2 {
  5.     position: relative;
  6. }
  7. section#sep-1 .sqs-col-2:before {
  8.     content: '';
  9.     width: 1px;
  10.     height: 100%;
  11.     background: #fff;
  12.     position: absolute;
  13.     left: 50%;
  14.     top: 50%;
  15.     transform: translate(-50%, -50%);
  16. }
  17. section#sep-1 .sqs-col-4 {
  18.     display: flex;
  19.     flex-direction: column;
  20.     justify-content: center;
  21. }
  22. section#sep-1 h2,
  23. section#sep-1 .sqs-block-image .design-layout-poster .image-title-wrapper .image-title p {
  24.     font-family: Playfair Display;
  25.     font-weight: 400;
  26.     font-style: normal;
  27.     font-size: 65px!important;
  28.     letter-spacing: -0.01em;
  29.     line-height: 1.7em;
  30.     text-transform: uppercase;
  31.       margin-bottom: 30px;
  32. }
  33. section#sep-1 h2 strong,
  34. section#sep-1 .sqs-block-image .design-layout-poster .image-title-wrapper .image-title p strong, section#sep-1 .sqs-block-image .design-layout-poster .image-subtitle-wrapper .image-subtitle p {
  35.   font-family: Playfair Display;
  36.     font-weight: normal;
  37.     line-height: 1.5em;
  38.     font-size: 13px;
  39.     letter-spacing: 1em;
  40.     display: block;
  41.   text-transform: uppercase
  42. }
  43. pre code {
  44.   font-family: Arial;
  45. }
  46.  
  47. .sqs-col-3 .design-layout-poster {
  48.     position: relative;
  49. }
  50. .sqs-col-3 .design-layout-poster:before {
  51.     content: '';
  52.     width: calc(~"100% - 20px");
  53.     height: calc(~"100% - 20px");
  54.     border: 1px solid #fff;
  55.     position: absolute;
  56.     z-index: 1;
  57.     left: 10px;
  58.     top: 10px;
  59. }
  60. .sqs-col-3 .sqs-block-image .design-layout-poster .image-title-wrapper .image-title p {
  61.   font-family: brandon-grotesque;
  62.     font-weight: 700;
  63.     font-style: normal;
  64.     font-size: 24px!important;
  65.   letter-spacing: 0.2em
  66. }
Advertisement
Add Comment
Please, Sign In to add comment