Advertisement
martawijaya

home project

Apr 18th, 2019
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.63 KB | None | 0 0
  1. .no-scroll {
  2.   margin-top: 150px
  3. }
  4.  
  5. /* imm heading wrapper */
  6. .homes-interior-content h1 {
  7.   font-size: 92px;
  8.   font-weight: 400;
  9.   color: #FFFFFF;
  10.   position: absolute;
  11.   bottom: 100px;
  12.   left: 50px;
  13. }
  14.  
  15. .imm-heading-title-wrapper .opening-paragraph {
  16.   line-height: 1.4;
  17.   color: #888;
  18.   font-family: 'Open sans';
  19.   font-size: 14px;
  20. }
  21.  
  22. .home-slide-title.homes-interior-content h1 {
  23.   transform: scale(0.8);
  24. }
  25.  
  26.  
  27. /* imm-galleryslide-content */
  28.  
  29. .imm-galleryslide-content .row{
  30.   margin: 0
  31. }
  32.  
  33. .imm-galleryslide-content .slider-wraps {
  34.   padding-left: 0
  35. }
  36.  
  37. .imm-galleryslide-content .slider-wraps img {
  38.   width: 100%;
  39.   height: 400px;
  40.   object-fit: cover
  41. }
  42.  
  43. .imm-galleryslide-content .slider-wraps .arrow-prev {
  44.   position: absolute;
  45.   right: 90px;
  46.   bottom: -24px;
  47.   color: #28CDFE;
  48.   z-index: 5;
  49.   font-size: 14px;
  50.   cursor: pointer;
  51. }
  52.  
  53. .imm-galleryslide-content .slider-wraps .arrow-next {
  54.   position: absolute;
  55.   right: 70px;
  56.   color: #28CDFE;
  57.   z-index: 5;
  58.   cursor: pointer;
  59.   font-size: 14px;
  60.   margin-top: 3px;
  61. }
  62.  
  63. .imm-galleryslide-content .slick-dots {
  64.   text-align: right;
  65. }
  66.  
  67. .imm-galleryslide-content .slick-dots li {
  68.   margin: 0
  69. }
  70.  
  71. .imm-galleryslide-content .slick-dots li button:before {
  72.   font-size: 9px;
  73.   color: #28CDFE;
  74. }
  75. .imm-galleryslide-content .paragraph-wraps {
  76.   position: relative;
  77. }
  78.  
  79. .imm-galleryslide-content .content-wrap {
  80.   position: absolute;
  81.   top: 50%;
  82.   left: 50%;
  83.   width: 80%;
  84.   transform: translate(-50%,-50%);
  85. }
  86.  
  87. .imm-galleryslide-content .content-wrap p {
  88.   line-height: 1.4;
  89.   color: #888;
  90.   font-family: 'Open sans';
  91.   font-size: 14px;
  92. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement