Garten Choi (Talk | contribs) |
Garten Choi (Talk | contribs) (Undo revision 83005 by Garten Choi (talk)) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<style> | <style> | ||
− | /* Testimonials Section | + | /* Testimonials Section |
− | --------------------------------*/ | + | --------------------------------*/ |
− | #testimonials { | + | #testimonials { |
− | + | padding: 60px 0; | |
− | } | + | } |
− | #testimonials .section-header { | + | #testimonials .section-header { |
− | + | margin-bottom: 40px; | |
− | } | + | } |
− | #testimonials .testimonial-item { | + | #testimonials .testimonial-item { |
− | + | text-align: center; | |
− | } | + | } |
− | #testimonials .testimonial-item .testimonial-img { | + | #testimonials .testimonial-item .testimonial-img { |
− | + | width: 120px; | |
− | + | border-radius: 50%; | |
− | + | border: 4px solid #f6f8f1; | |
− | + | margin: 0 auto; | |
− | } | + | } |
− | #testimonials .testimonial-item h3 { | + | #testimonials .testimonial-item h3 { |
− | + | font-size: 20px; | |
− | + | font-weight: bold; | |
− | + | margin: 10px 0 5px 0; | |
− | + | color: #28272c; | |
− | } | + | } |
− | #testimonials .testimonial-item h4 { | + | #testimonials .testimonial-item h4 { |
− | + | font-size: 14px; | |
− | + | color: #c2bcb9; | |
− | + | margin: 0 0 15px 0; | |
− | } | + | } |
− | #testimonials .testimonial-item .quote-sign-left { | + | #testimonials .testimonial-item .quote-sign-left { |
− | + | margin-top: -15px; | |
− | + | padding-right: 10px; | |
− | + | display: inline-block; | |
− | + | width: 37px; | |
− | } | + | } |
− | #testimonials .testimonial-item .quote-sign-right { | + | #testimonials .testimonial-item .quote-sign-right { |
− | + | margin-bottom: -15px; | |
− | + | padding-left: 10px; | |
− | + | display: inline-block; | |
− | + | max-width: 100%; | |
− | + | width: 37px; | |
− | } | + | } |
− | #testimonials .testimonial-item p { | + | #testimonials .testimonial-item p { |
− | + | font-style: italic; | |
− | + | margin: 0 auto 15px auto; | |
− | } | + | } |
− | @media (min-width: 992px) { | + | @media (min-width: 992px) { |
− | + | #testimonials .testimonial-item p { | |
− | + | width: 80%; | |
− | + | } | |
− | } | + | } |
− | #testimonials .owl-nav, #testimonials .owl-dots { | + | #testimonials .owl-nav, #testimonials .owl-dots { |
− | + | margin-top: 5px; | |
− | + | text-align: center; | |
− | } | + | } |
− | #testimonials .owl-dot { | + | #testimonials .owl-dot { |
− | + | display: inline-block; | |
− | + | margin: 0 5px; | |
− | + | width: 12px; | |
− | + | height: 12px; | |
− | + | border-radius: 50%; | |
− | + | background-color: #c2bcb9; | |
− | } | + | } |
− | #testimonials .owl-dot.active { | + | #testimonials .owl-dot.active { |
− | + | background-color: #a54040; | |
− | } | + | } |
− | /* Team Section | + | /* Team Section |
− | --------------------------------*/ | + | --------------------------------*/ |
− | #team { | + | #team { |
− | + | background: #f6f8f1; | |
− | + | padding: 60px 0; | |
− | } | + | } |
− | #team .member { | + | #team .member { |
− | + | text-align: center; | |
− | + | margin-bottom: 20px; | |
− | + | background: #f6f8f1; | |
− | + | position: relative; | |
− | } | + | } |
− | #team .member .member-info { | + | #team .member .member-info { |
− | + | opacity: 0; | |
− | + | display: flex; | |
− | + | justify-content: center; | |
− | + | align-items: center; | |
− | + | position: absolute; | |
− | + | bottom: 0; | |
− | + | top: 0; | |
− | + | left: 0; | |
− | + | right: 0; | |
− | + | transition: 0.2s; | |
− | } | + | } |
− | #team .member .member-info-content { | + | #team .member .member-info-content { |
− | + | margin-top: -50px; | |
− | + | transition: margin 0.2s; | |
− | } | + | } |
− | #team .member:hover .member-info { | + | #team .member:hover .member-info { |
− | + | background: rgba(0, 0, 0, 0.7); | |
− | + | opacity: 1; | |
− | + | transition: 0.4s; | |
− | } | + | } |
− | #team .member:hover .member-info-content { | + | #team .member:hover .member-info-content { |
− | + | margin-top: 0; | |
− | + | transition: margin 0.4s; | |
− | } | + | } |
− | #team .member h4 { | + | #team .member h4 { |
− | + | font-weight: 700; | |
− | + | margin-bottom: 2px; | |
− | + | font-size: 18px; | |
− | + | color: #f6f8f1; | |
− | } | + | } |
− | #team .member span { | + | #team .member span { |
− | + | font-style: italic; | |
− | + | display: block; | |
− | + | font-size: 14px; | |
− | + | color: #f6f8f1; | |
− | } | + | } |
+ | #team .member p { | ||
+ | display: block; | ||
+ | margin-top:20px; | ||
+ | font-size: 13px; | ||
+ | color: #f6f8f1; | ||
+ | } | ||
− | #team .member .social { | + | #team .member .social { |
− | + | margin-top: 15px; | |
− | } | + | } |
− | #team .member .social a { | + | #team .member .social a { |
− | + | transition: none; | |
− | + | color: #f6f8f1; | |
− | } | + | } |
− | #team .member .social a:hover { | + | #team .member .social a:hover { |
− | + | color: #a54040; | |
− | } | + | } |
− | #team .member .social i { | + | #team .member .social i { |
− | + | font-size: 18px; | |
− | + | margin: 0 2px; | |
− | } | + | } |
</style> | </style> | ||
</html> | </html> |
Latest revision as of 15:52, 5 August 2018