<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/css/tags/text</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Thu, 23 May 2013 22:44:47 GMT</pubDate>
<item>
<title>(CSS) Text Overflow Ellipsis Using Css - chillyjames</title>
<link>http://snipplr.com/view/70814/text-overflow-ellipsis-using-css/</link>
<description><![CDATA[ <p>The CSS text overflow ellipsis solution is perfect for single line truncations. I use this constantly when building mobile or responsive applications.</p> ]]></description>
<pubDate>Tue, 16 Apr 2013 23:39:06 GMT</pubDate>
<guid>http://snipplr.com/view/70814/text-overflow-ellipsis-using-css/</guid>
</item>
<item>
<title>(CSS) Truncating Text with CSS - zfisic</title>
<link>http://snipplr.com/view/69979/truncating-text-with-css/</link>
<description><![CDATA[ <p>Truncate text using only CSS. IE 6+, Safari 4+, Firefox 7+, Opera 11+ and Chrome 10+:</p> ]]></description>
<pubDate>Mon, 18 Feb 2013 16:10:58 GMT</pubDate>
<guid>http://snipplr.com/view/69979/truncating-text-with-css/</guid>
</item>
<item>
<title>(CSS) CSS Big Glowing Txt - erikgeerling</title>
<link>http://snipplr.com/view/69766/css-big-glowing-txt/</link>
<description><![CDATA[ <p>CSS Big Glowing Txt</p> ]]></description>
<pubDate>Sun, 03 Feb 2013 07:50:10 GMT</pubDate>
<guid>http://snipplr.com/view/69766/css-big-glowing-txt/</guid>
</item>
<item>
<title>(CSS) CSS text shadows and border rounding - skopp</title>
<link>http://snipplr.com/view/66943/css-text-shadows-and-border-rounding/</link>
<description><![CDATA[ <p>1. Adding shadow to text – text-shadow
Helps make your text stand out from the rest.
2. border image rounding</p> ]]></description>
<pubDate>Wed, 29 Aug 2012 22:51:33 GMT</pubDate>
<guid>http://snipplr.com/view/66943/css-text-shadows-and-border-rounding/</guid>
</item>
<item>
<title>(CSS) hide text indent trick thingy for css - skopp</title>
<link>http://snipplr.com/view/66942/hide-text-indent-trick-thingy-for-css/</link>
<description><![CDATA[ <p>Hiding text can be extremely useful to hide company logo. As logos are usually an image, you will want to use text indent to place it in a h1 tag for SEO (Search Engine Optimization). The technique we use is to hide the text far away off the screen, and apply a background image instead.</p> ]]></description>
<pubDate>Wed, 29 Aug 2012 22:48:27 GMT</pubDate>
<guid>http://snipplr.com/view/66942/hide-text-indent-trick-thingy-for-css/</guid>
</item>
<item>
<title>(CSS) CSS - Add a drop cap - satie83</title>
<link>http://snipplr.com/view/66684/css--add-a-drop-cap/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:10:47 GMT</pubDate>
<guid>http://snipplr.com/view/66684/css--add-a-drop-cap/</guid>
</item>
<item>
<title>(CSS) CSS - Replacing the title text with a logo – text-indent – text-indent - satie83</title>
<link>http://snipplr.com/view/66680/css--replacing-the-title-text-with-a-logo--textindent--textindent/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:10:20 GMT</pubDate>
<guid>http://snipplr.com/view/66680/css--replacing-the-title-text-with-a-logo--textindent--textindent/</guid>
</item>
<item>
<title>(CSS) CSS - Quickly create pull-quotes - satie83</title>
<link>http://snipplr.com/view/66679/css--quickly-create-pullquotes/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:10:14 GMT</pubDate>
<guid>http://snipplr.com/view/66679/css--quickly-create-pullquotes/</guid>
</item>
<item>
<title>(CSS) CSS - Adding shadow to text – text-shadow - satie83</title>
<link>http://snipplr.com/view/66667/css--adding-shadow-to-text--textshadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Sun, 12 Aug 2012 10:09:26 GMT</pubDate>
<guid>http://snipplr.com/view/66667/css--adding-shadow-to-text--textshadow/</guid>
</item>
<item>
<title>(CSS) CSS - Adding shadow to text – text-shadow - satie83</title>
<link>http://snipplr.com/view/66658/css--adding-shadow-to-text--textshadow/</link>
<description><![CDATA[ <p>Helps make your text stand out from the rest</p> ]]></description>
<pubDate>Sun, 12 Aug 2012 09:43:36 GMT</pubDate>
<guid>http://snipplr.com/view/66658/css--adding-shadow-to-text--textshadow/</guid>
</item>
<item>
<title>(CSS) replacement for -9999px hide text - aberdas</title>
<link>http://snipplr.com/view/64148/replacement-for-9999px-hide-text/</link>
<description><![CDATA[ <p>replacement for text indent: -9999px to hide text for labels &amp; buttons, that doesn't require the browser to render a box 9999+ px wide.</p> ]]></description>
<pubDate>Sat, 24 Mar 2012 10:38:32 GMT</pubDate>
<guid>http://snipplr.com/view/64148/replacement-for-9999px-hide-text/</guid>
</item>
<item>
<title>(CSS) Hide Text - OrngTicTac</title>
<link>http://snipplr.com/view/63804/hide-text/</link>
<description><![CDATA[ <p>Really long strings of text will never flow into the container because they always flow away from the container.
    Performance is dramatically improved because a 9999px box is not drawn. Noticeably so in animations on the iPad 1.</p> ]]></description>
<pubDate>Thu, 08 Mar 2012 13:15:17 GMT</pubDate>
<guid>http://snipplr.com/view/63804/hide-text/</guid>
</item>
<item>
<title>(CSS) Justify one line of text in CSS - Kerrick</title>
<link>http://snipplr.com/view/63389/justify-one-line-of-text-in-css/</link>
<description><![CDATA[ <p>This simply justifies a single line of text via CSS.</p> ]]></description>
<pubDate>Fri, 17 Feb 2012 08:12:56 GMT</pubDate>
<guid>http://snipplr.com/view/63389/justify-one-line-of-text-in-css/</guid>
</item>
<item>
<title>(CSS) Input text con fondo de imagen - juanprimal</title>
<link>http://snipplr.com/view/60141/input-text-con-fondo-de-imagen/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 25 Oct 2011 04:57:46 GMT</pubDate>
<guid>http://snipplr.com/view/60141/input-text-con-fondo-de-imagen/</guid>
</item>
<item>
<title>(CSS) Highlight Text - Some0ne</title>
<link>http://snipplr.com/view/56506/highlight-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 13 Jul 2011 09:24:11 GMT</pubDate>
<guid>http://snipplr.com/view/56506/highlight-text/</guid>
</item>
<item>
<title>(CSS) CSS Text Shadow - paulund</title>
<link>http://snipplr.com/view/55019/css-text-shadow/</link>
<description><![CDATA[ <p>Simple snippet to get a shadow on text in css</p> ]]></description>
<pubDate>Wed, 08 Jun 2011 19:57:36 GMT</pubDate>
<guid>http://snipplr.com/view/55019/css-text-shadow/</guid>
</item>
<item>
<title>(CSS) Text-shadow - smmandersen</title>
<link>http://snipplr.com/view/53416/textshadow/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 12 May 2011 03:38:00 GMT</pubDate>
<guid>http://snipplr.com/view/53416/textshadow/</guid>
</item>
<item>
<title>(CSS) Css only for input text - tonatiuh</title>
<link>http://snipplr.com/view/49795/css-only-for-input-text/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Feb 2011 15:38:00 GMT</pubDate>
<guid>http://snipplr.com/view/49795/css-only-for-input-text/</guid>
</item>
<item>
<title>(CSS) Wrapping Long URLs and Text Content with CSS - mdjamal</title>
<link>http://snipplr.com/view/49507/wrapping-long-urls-and-text-content-with-css/</link>
<description><![CDATA[ <p>To wrap long URLs, strings of text, and other content, just apply this carefully crafted chunk of CSS code to any block-level element (e.g., perfect for  tags):</p> ]]></description>
<pubDate>Wed, 23 Feb 2011 17:38:21 GMT</pubDate>
<guid>http://snipplr.com/view/49507/wrapping-long-urls-and-text-content-with-css/</guid>
</item>
<item>
<title>(CSS) Formatting quoted code - paul66</title>
<link>http://snipplr.com/view/47938/formatting-quoted-code/</link>
<description><![CDATA[ <p>This snippet simply makes the text wrap when it reaches the walls of its container, in this case, the pre tag, whilst still preserving line breaks and white space cross browser.</p> ]]></description>
<pubDate>Thu, 27 Jan 2011 04:05:40 GMT</pubDate>
<guid>http://snipplr.com/view/47938/formatting-quoted-code/</guid>
</item>
</channel>
</rss>