Created
June 6, 2018 14:09
-
-
Save jagveerdev/8b31e49627da166a5157bc30046b9931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .flex-caption { | |
| zoom:0; | |
| color: #fff; | |
| margin: 0 auto; | |
| padding: 1px; | |
| position: absolute; | |
| vertical-align: bottom; | |
| text-align: center; | |
| background-color: rgba(0, 0, 0, 0.06); | |
| bottom: 9%; | |
| display: block; | |
| left: 0; | |
| right: 0; | |
| } | |
| .flex-caption h3 {color: #fff; letter-spacing: 1px; margin-bottom: 8px; text-transform: uppercase;} | |
| .flex-caption p {margin: 0 0 15px;} | |
| .item_introtext { | |
| background-color: rgba(0, 0, 0, 0.43); | |
| margin: 0 auto; | |
| display: inline-block; | |
| padding: 25px; | |
| border-radius: 10px; | |
| } | |
| .item_introtext span { | |
| font-size: 20px; | |
| display: block; | |
| font-weight: bold; | |
| } | |
| .item_introtext strong { | |
| font-size: 50px; | |
| display: block; | |
| padding: 14px 0 30px; | |
| } | |
| .item_introtext p { | |
| font-size: 19px !important; | |
| color: #fff; | |
| font-weight: 600; | |
| } | |
| .flexslider .flex-caption { | |
| display:none; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment