<?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>IfYouCodeItTheyWill.com &#187; List of CSS Properties</title>
	<atom:link href="http://ifyoucodeittheywill.com/category/css-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://ifyoucodeittheywill.com</link>
	<description>xHTML and CSS made simple.</description>
	<lastBuildDate>Mon, 07 Jun 2010 15:55:51 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>CSS line-height property</title>
		<link>http://ifyoucodeittheywill.com/2009/05/css-line-height-property/</link>
		<comments>http://ifyoucodeittheywill.com/2009/05/css-line-height-property/#comments</comments>
		<pubDate>Tue, 05 May 2009 00:01:29 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[List of CSS Properties]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=816</guid>
		<description><![CDATA[Attributes for the &#8220;line-height&#8221; property may be defined in em or px for web pages, although em is better because it is relative to the font-size.
For printing on paper, you could use pt, mm, cm, or in.
Think of line-height as the distance between two lines on a sheet of lined notebook paper.
Example, using 3em line-height:
Text
I [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/05/css-line-height-property/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CSS vertical-align property</title>
		<link>http://ifyoucodeittheywill.com/2009/05/css-vertical-align-property/</link>
		<comments>http://ifyoucodeittheywill.com/2009/05/css-vertical-align-property/#comments</comments>
		<pubDate>Mon, 04 May 2009 23:43:06 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[List of CSS Properties]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=485</guid>
		<description><![CDATA[The possible attributes for the &#8220;vertical-align&#8221; property are:

top
middle
bottom

The default position varies depending on the element.
Inside table cells (&#60;td&#62;), the default is the middle of the table cell. If you use top, the content inside the cell will move to the top of the cell, and bottom will move the content to the bottom of the [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/05/css-vertical-align-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS color property (this applies to text)</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-color-property/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/css-color-property/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 04:48:54 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[List of CSS Properties]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=401</guid>
		<description><![CDATA[color is a property all on its own, and it defines the color of text.
Because I have seen the same mistake being made so many times while helping others on message boards, I should note that you can not use font-color or text-color. To define the color of text, you must use color all by [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/css-color-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS border property</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-border-property/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/css-border-property/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 20:42:52 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[List of CSS Properties]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=273</guid>
		<description><![CDATA[The different &#8220;border&#8221; properties you can define are:

border-width
border-style
border-color


border-width
border-width is normally defined in px for viewing online, although you could also use px, in (inches), cm (centimeters), or mm (millimeters) in the CSS you use for printing on paper.
border-style
The possible attributes for border-style are:

none
hidden (you should never have a use for this)
dotted
dashed
solid
double
groove
ridge
inset
outset

In all of the above [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/css-border-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS margin and padding properties</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-margin-and-padding-propertie/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/css-margin-and-padding-propertie/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 04:43:15 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[List of CSS Properties]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=198</guid>
		<description><![CDATA[I am putting these two together because they share some similarities, and also to demonstrate their differences.
margin properties
margin refers to the white-space (empty area) surrounding the outside of an element. There are four specific margin properties&#8230;

X X X X X X X X X X X X X X X XmarginX X X X X [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/css-margin-and-padding-propertie/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS background property</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-background-property/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/css-background-property/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 02:59:01 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[List of CSS Properties]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=169</guid>
		<description><![CDATA[The different &#8220;background&#8221; properties you can define are:

background-color
background-image
background-position
background-attachment
background-repeat


background-color
The possible values for background-color are a hex code (short for hexadecimal color code), a name value, or transparent.
The default background-color of a page is white. The default background-color of everything else is transparent.
I prefer to stay away from name values (literally white, blue, green, etc) because hex [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/css-background-property/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS font property</title>
		<link>http://ifyoucodeittheywill.com/2009/03/css-font-property/</link>
		<comments>http://ifyoucodeittheywill.com/2009/03/css-font-property/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 02:23:06 +0000</pubDate>
		<dc:creator>Lesa</dc:creator>
				<category><![CDATA[List of CSS Properties]]></category>

		<guid isPermaLink="false">http://ifyoucodeittheywill.com/?p=119</guid>
		<description><![CDATA[The different &#8220;font&#8221; properties you can define are:

font-style
font-variant
font-weight
font-size
font-family


For some strange reason, font color is defined as &#8220;color&#8221; instead of &#8220;font-color&#8221; and is therefore not included in with &#8220;font&#8221; properties.
Now let&#8217;s break down the four &#8220;font&#8221; properties.
font-style
Values for font-style can be:

normal (default)
italic
oblique

Example:
font-style: italic;
font-weight
Values for font-weight can be:

normal (default)
bold
bolder

You may also define font-weight with a number such [...]]]></description>
		<wfw:commentRss>http://ifyoucodeittheywill.com/2009/03/css-font-property/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
