/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
blockquote:before { display: block; float: left; margin: 10px 15px 0 0; font-size: 100px; /* let's make it a big quote! */ content: open-quote; /* here we define our :before as a smart quote. It could be any content, even the HTML entity alternative to this opening quote, that is “ */ color: #bababa; text-shadow: 0 1px 1px #909090; }
URL: http://www.1stwebdesigner.com/css/17-css-html-effects/