CSS Unleashed - Experiments with Quotations, Pull-quotes and Blockquotes
CSS containers and boxes can be used to create a wide range of blockquotes, pull-quotes and quotes in general, highlighting a bit of content to attract attention. These can also be used as boxes to highlight tips, advice, or sidebar information with the help of a few bullets in a list. We want to push the limits on what you can do with CSS containers and boxes with our CSS experiments.
Inspiration for our CSS experiments come from a variety of magazines and printed informational material, using their graphic use of text and color as inspiration. Remember, none of these use tables, only CSS to create the design.
Color and text style always plays an important role in creating dramatic and attention-getting blockquotes and pull-quotes, but also notice the use of space around and in-between a pull-quote. Empty space can also enhance the impact of the quote. And remember, these are CSS experiments, and they may break in different browsers, page designs and layouts, as well as column widths.
For more information on how these were done and how to use these CSS design elements and style experiments, see CSS Experiments - How They Were Done and More and CSS Experiments Putting It All Together.
To see how these CSS experimental boxes and styles work, view the source code of the page. In your web browser menu, click VIEW > SOURCE or VIEW > PAGE SOURCE to view the source code. For the most part, the styles are included inline with each design.
- CSS Unleashed - Experiments with CSS Designs
- CSS Book Recommendations
- CSS Experiments Playing With CSS Blocks
- CSS Experiments with CSS Logo Designs
- CSS Experiments with Background Images and Backgrounds
- CSS Experiments with Lists, Menus, Tables of Content, and More
- CSS Experiments - Web Fonts and Embedded Fonts
- CSS Unleashed - Experiments with Quotations, Pull-quotes and Blockquotes
- CSS Unleashed - Experiments Showcasing Your Photography
- CSS Experiments - Variations on a Theme
- CSS Experiments - How They Were Done and More
- CSS Experiments Putting It All Together
A photograph is a secret about a secret. The more it tells you, the less you know.
Diane Arbus (1923-1971)
A photograph is a secret about a secret. The more it tells you, the less you know.
Diane Arbus (1923-1971)
A photograph is a secret about a secret. The more it tells you, the less you know. Diane Arbus (1923-1971)
A photograph is a secret about a secret. The more it tells you, the less you know. Diane Arbus (1923-1971)
A photograph is a secret about a secret. The more it tells you, the less you know. Diane Arbus (1923-1971)
It's an amazing thing to just talk to someone and have handprints frame the quote as if it was being held up against the wall. Who knows? Maybe it is?
Lorelle, Goofing Around
Sell your cleverness and buy enchantment. Rumi
This is a coupon sale style with a dashed border around it which gives it a very newspaper feel.
Lubbock (1834-1913)
Lubbock (1834-1913)
David Middleton, Ancient Growth
Keats (1795-1821)
Victor Hugo (1802-1885)
There Is A World Below
-- Lorelle VanFossen, Personal Journal
There Is A World Below
-- Lorelle VanFossen, Personal Journal
Edward B. Lindaman, Thinking in Future Tense
Leo Keeler, Alaska Photographer
John Muir
Syndey Smith
Authors, photographers, teachers, and public speakers, Lorelle and Brent VanFossen, travel extensively with their camera and pen in hand to bring you a variety of articles on nature and travel photography including basic nature photography and the photography business, writing, travel, recreational vehicles, web page design, and life on the road. All images, design, and content are copyrighted and protected by law.
You can find related articles to this topic in our Web Pages and CSS Tips and Tricks and Photographycategories. The previous post is CSS Unleashed - Experiments Playing With CSS Blocks and the next post is CSS Unleashed - Variations on a Theme. CSS Unleashed - Experiments with Quotations, Pull-quotes and Blockquotes, Issue Number 154, by Lorelle VanFossen, was updated September 2nd, 2006.
You can follow comments through the RSS 2.0 feed and you can find more feeds on our Feeds List. Your comment is welcome, as are trackbacks from your site.
Article Series - CSS Experiments
- CSS Unleashed - Experiments with CSS Designs
- CSS Unleashed - Variations on a Theme
- CSS Unleashed - Experiments Playing With CSS Blocks
- CSS Unleashed - Experiments with Background Images and Backgrounds
- CSS Unleashed - Experiments with Lists, Menus, Tables of Content, and More
- CSS Unleashed - Experiments with Quotations, Pull-quotes and Blockquotes
- CSS Unleashed - Experiments Showcasing Your Photography
- CSS Unleashed - Experiments with CSS Logo Designs
- CSS Unleashed - Experiments Putting It All Together
- CSS Experiments - How They Were Done and More
Next: CSS Unleashed - Experiments Showcasing Your Photography
Previous: CSS Unleashed - Experiments with Lists, Menus, Tables of Content, and More
Related Articles
- CSS Unleashed - Experiments with CSS Logo Designs
- CSS Unleashed - Variations on a Theme
- CSS Unleashed - Experiments Playing With CSS Blocks
- CSS Experiments - How They Were Done and More
- CSS Book Recommendations
- CSS Experiments - Web Fonts and Embedded Fonts
- CSS Unleashed - Experiments with Background Images and Backgrounds
- CSS Unleashed - Experiments Putting It All Together
Submit Article: BlinkList | Blogmarks | Digg | Del.icio.us | Ekstreme Socializer | Feedmarker | Furl | Google Bookmarks | ma.gnolia | Netvouz | RawSugar | Reddit | Scuttle | Shadows | Simpy | Spurl | Technorati | Unalog | Wink | Yahoo MyWeb2


December 31, 2005
I hope this isn’t inappropriate thing for me to ask - I’ve been Googling and reading the WP codex trying to figure this out all day. What code do you use to make the blockquote look like the handprint one? I have a different image in place of the handprint I’d like to use, but I cannot figure out the code to make it work, so that it is outside of the text and so that both of them show up. (I’m using WP 2.0).
Thanks.
December 31, 2005
Chasmyn, all the information you need to know is on this page. It has nothing to do with WordPress and I designed all these years before WordPress was even a glimmer. To see how they work, view the source code for the quote you like and copy it.
In the source code for all of these CSS experiments are explanations, links, and the information you need to reproduce them. Sophisticated design elements sometimes required instructions in the style sheet, so you can look through that for the class or ID references to find the specifics there. Not all CSS works inline. Some have to be outside of the HTML page, which made this even more of a challenge.
If you are using Firefox, this is even easier. Select the entire blockquote you like with your mouse (highlight). Right click and choose “View Selection Source”. That specific area will then be highlighted in the source code page that opens. You can also see more CSS information by viewing the CSS with Web Developer Tools Extension and Edit CSS.
The key to this blockquote is that it is actually three wrappers. A DIV, blockquote, and another DIV. I got the idea from a similar layout by Nick Boalch at http: //www.frejol.org/ and then modified it to meet my own needs.
All of the blockquotes in the top section of the page are based upon Nick’s blockquote layout, showing you the versatility of the layout. The instructions and links are at the top of that section since they are all variations on the same theme.
I explain how to do CSS in many articles on this site. I consciously chose to keep the instructions within the source code so that instructions wouldn’t overwhelm the page visually.
I might change my mind for this, but part of the fun of these is figuring them out for yourself. After all, these are not for the faint of heart. They are for the determined, creative, and skilled who want to break the barriers of boring websites.
For more information on how these were done and how to use them within your website design, see CSS Experiments - How They Were Done and CSS Unleashed - Experiments - Putting It All Together.
November 15, 2006
I think you can make it work without the inner DIV. You need two elements to hang the images on: the wrapping DIV for the right graphic, and the left graphic can be applied to the BLOCKQUOTE itself, which contains padding to accomidate it.
November 15, 2006
There are many ways to design the various blockquotes with CSS. To put a graphic on both sides of the content, without being “behind” the content and allowing width and height flexibility of the blockquote, this is the method I came up with that worked across all situations. Until you put this into real practice, theory doesn’t always hold water with CSS. ;-)
And there are always alternatives.
June 29, 2008
Thank you, this was very helpful. :)