Sometimes it looks good to have quotes in nice pat…
Sometimes it looks good to have quotes in nice patterns!
Something similar to what is appearing here!
”
Dream in a pragmatic way!
”
You can do this by adding this code to the head of your template:
.pullquote {
width: 145px;
background:#A3C586;
color:black;
float: right;
border:1px dotted #5B7444;
font-weight:bold;
line-height:140%;
padding:5px;
margin-top:10px;
margin-left:10px;
}
Then add this code to your post!
<p class=”pullquote”>
<span style=”;” >Mandarin Design: Easy CSS Pullquotes</span>
<span style=”font-size:large;”>”</span>
Dream in a pragmatic way!
<pan style=”font-size:large;”>”</span>
</p>
(via Anurag’s Weblog)