Line 208: | Line 208: | ||
font-weight: 400; | font-weight: 400; | ||
line-height: 36px; | line-height: 36px; | ||
+ | } | ||
+ | .quote { | ||
+ | font-family: Arial, Helvetica Neue, Helvetica, sans-serif; | ||
+ | font-size: 24px; | ||
+ | font-style: italic; | ||
+ | font-variant: small-caps; | ||
+ | font-weight: 400; | ||
+ | line-height: 36px; | ||
+ | width: 75%; | ||
+ | text-align: center; | ||
+ | border-radius: 5%; | ||
+ | border: 1px solid #e2e2e2; | ||
+ | box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); | ||
+ | -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); | ||
+ | -moz-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); | ||
+ | } | ||
+ | .quote:before{ | ||
+ | font-family:FontAwesome; | ||
+ | content: "f10d"; | ||
+ | font-size: 32px; | ||
+ | } | ||
+ | .quote:after{ | ||
+ | font-family:FontAwesome; | ||
+ | content: "f10e"; | ||
+ | font-size: 32px; | ||
} | } | ||
Revision as of 13:42, 14 October 2018