ഫലകം:PullQuote/styles.css
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
.pullquote {
position: relative;
display:block;
box-sizing:border-box;
margin:1.5em 0;
padding:.9em 1.2em .9em 1.6em;
width: auto;
overflow: hidden;
background:#f9fbfe;
border-left:3px solid #2f65cb;
border-radius:6px;
}
.pullquote::before {
content: "❝";
position: absolute;
top: 0.75em;
left: 0.65em;
font-size: 1.5rem;
line-height: 1;
color: #4b5563;
opacity: .65;
}
.quote-text p{
font-size:1.18rem;
font-weight:500;
line-height:1.65;
color:#222;
}