/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
div.bubble { width: 400px; font-size: 1.2em; margin-bottom: 24px; margin-top: 20px; } div.bubble blockquote { margin: 0px; padding: 0px; border: 1px solid #c9c2c1; background-color: #fff; } div.bubble blockquote p { margin: 10px; padding: 0px; } div.bubble cite { position: relative; margin: 0px; padding: 10px 0px 0px 15px; top: 6px; background: transparent url(images/tip.gif) no-repeat 20px 0; font-style: italic; font-size: 0.75em; }