stying blockquote
-
I am going crazy trying to something I though would be so simple. I am trying to stylize a blockquote but having no luck.
This code is wrapped in the blockquote tag in my editor
<p class=”quotestyle” style=”padding-left: 180px;”>this is my quote</p>The CSS is
blockquote.quotestyle
{
float:right;
font-size:1.25em;
background:none;
width:150px;
border-top:#4C739E 3px solid;
border-bottom:#4C739E 3px solid;
color:#DE8BFF;
}I have also tried:
blockquote p
p.blockquote.quotestyle
blockquote.quotestyle p
.quotestyle pand I have tried adding !important
Any advice is greatly appreciated!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘stying blockquote’ is closed to new replies.