Css lại blockquote mặt định của Flatsome

October 15, 2020
Css

blockquote {

font-size: 110%;

color:#666;

margin: 0 auto;

border-left:0px;

margin-left: 20px;

padding-bottom: 50px;

}

blockquote h1 {

font-size: 3rem;

}

blockquote p {

font-style: italic;

margin-bottom: 0;

}

blockquote p::before,

blockquote p::after {

content: "“";

font-family: Georgia;

font-size: 6rem;

margin: -3rem 0 0 -4rem;

position: absolute;

opacity: 0.5;

color:var(--primary-color);

}

blockquote p::after {

content: "”";

margin: -2rem -3rem 0 0;

}

blockquote cite {

font-size: 1.5rem;

}

Related Posts

Nhận boom từ tôi tại đây

Thank you! Your submission has been received!

Oops! Something went wrong while submitting the form