Revision: 49719
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 28, 2011 17:19 by a1ias
Initial Code
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;
}
Initial URL
http://www.1stwebdesigner.com/css/17-css-html-effects/
Initial Description
Initial Title
Pull quotes without image
Initial Tags
Initial Language
CSS