<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Web Designers Sri Lanka &#187; Learn CSS</title>
	<atom:link href="http://www.webdesigners.lk/index.php/tag/learn-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webdesigners.lk</link>
	<description></description>
	<lastBuildDate>Thu, 10 Feb 2011 16:38:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>!important CSS Declarations: How and When to Use Them</title>
		<link>http://www.webdesigners.lk/index.php/2010/11/important-css-declarations/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/11/important-css-declarations/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 09:13:33 +0000</pubDate>
		<dc:creator>Maddy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Learn CSS]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=1384</guid>
		<description><![CDATA[When the CSS1 specification was drafted in the mid to late 90s, it introduced !important declarations that would help developers and users easily override normal specificity when making changes to their stylesheets. For the most part, !important declarations have remained the same, with only one change in CSS2.1 and nothing new added or altered in the CSS3 spec in connection with this unique declaration. Let’s take a look at what exactly these kinds of declarations [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/11/important-css-declarations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend Quick Tip: Create Your Own Simple Reset.css File</title>
		<link>http://www.webdesigners.lk/index.php/2010/09/create-your-own-simple-reset-css-file/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/09/create-your-own-simple-reset-css-file/#comments</comments>
		<pubDate>Sat, 04 Sep 2010 03:48:08 +0000</pubDate>
		<dc:creator>Maddy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css tricks]]></category>
		<category><![CDATA[Learn CSS]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=1263</guid>
		<description><![CDATA[By Jeffrey Way Far too many novice CSS designers don’t realize the importance of creating a “reset.css” file. When you have an environment where each browser has its own “default” styling, you’ll often find yourself thumping your skull as you ask yourself, “Why is there a spacing here?” To save yourself some of the headaches that you’ll undoubtedly experience, you’ll need to create your own simple reset file. The problem with using one of the [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/09/create-your-own-simple-reset-css-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ten CSS tricks you may not know</title>
		<link>http://www.webdesigners.lk/index.php/2010/06/ten-css-tricks-you-may-not-know/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/06/ten-css-tricks-you-may-not-know/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 03:04:42 +0000</pubDate>
		<dc:creator>Maddy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css tricks]]></category>
		<category><![CDATA[Learn CSS]]></category>
		<category><![CDATA[tips & tricks]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=674</guid>
		<description><![CDATA[1. CSS font shorthand rule When styling fonts with CSS you may be doing this: font-weight: bold; font-style: italic; font-variant: small-caps; font-size: 1em; line-height: 1.5em; font-family: verdana,sans-serif There&#8217;s no need though as you can use this CSS shorthand property: font: bold italic small-caps 1em/1.5em verdana,sans-serif Much better! Just a few of words of warning: This CSS shorthand version will only work if you&#8217;re specifying both the font-size and the font-family. The font-family command must always [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/06/ten-css-tricks-you-may-not-know/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>50 New Useful CSS Techniques, Tools and Tutorials</title>
		<link>http://www.webdesigners.lk/index.php/2010/06/50-new-useful-css-techniques-tools-and-tutorials/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/06/50-new-useful-css-techniques-tools-and-tutorials/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 15:02:57 +0000</pubDate>
		<dc:creator>Maddy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Learn CSS]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=686</guid>
		<description><![CDATA[Over the last years we’ve got a pretty good understanding of what CSS does, how it works and how we can use it for our layouts, typography and visual presentation of the content. However, there are still some attributes that are not so well-known; also, CSS3 offers us new possibilities and tools that need to be understood, learned and then applied in the right context to the right effect. In this round-up we present fresh [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/06/50-new-useful-css-techniques-tools-and-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Three &#8211; Connecting The Dots</title>
		<link>http://www.webdesigners.lk/index.php/2010/06/css-three-connecting-the-dots/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/06/css-three-connecting-the-dots/#comments</comments>
		<pubDate>Fri, 04 Jun 2010 04:22:57 +0000</pubDate>
		<dc:creator>Maddy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Learn CSS]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=676</guid>
		<description><![CDATA[As a web community, we’ve made a lot of exciting progress in regards to CSS3. We’ve put properties like text-shadow &#38; border-radius to good use while stepping into background-clip and visual effects like transitions and animations. We’ve also spent a great deal of time debating how and when to implement these properties. Just because a property isn’t widely supported by browsers or fully documented at the moment, it doesn’t mean that we shouldn’t be working [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/06/css-three-connecting-the-dots/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>30 Exceptional CSS Techniques and Examples</title>
		<link>http://www.webdesigners.lk/index.php/2010/03/30-exceptional-css-techniques-and-examples/</link>
		<comments>http://www.webdesigners.lk/index.php/2010/03/30-exceptional-css-techniques-and-examples/#comments</comments>
		<pubDate>Wed, 31 Mar 2010 03:04:28 +0000</pubDate>
		<dc:creator>Maddy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Learn CSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://www.webdesigners.lk/?p=470</guid>
		<description><![CDATA[Original Source &#8211; http://www.sixrevisions.com In this article, I’ve pieced together 30 excellent CSS techniques and examples that showcases the capabilities and robustness of CSS. You’ll see a variety of techniques such as image galleries, drop shadows, scalable buttons, menus, and more – all using only CSS and HTML. Clicking on the title will direct you to the documentation/tutorial, while clicking on the accompanying image will direct you to the demo page if it’s separate from [...]]]></description>
		<wfw:commentRss>http://www.webdesigners.lk/index.php/2010/03/30-exceptional-css-techniques-and-examples/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

