<?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>Apple Temple &#187; CSS</title>
	<atom:link href="http://jammy.party-truffle.net/category/tutorials/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://jammy.party-truffle.net</link>
	<description>HTML and CSS Tutorials plus tips &#38; tricks</description>
	<lastBuildDate>Fri, 30 Dec 2011 15:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>CSS Selectors</title>
		<link>http://jammy.party-truffle.net/tutorials/css-selectors/</link>
		<comments>http://jammy.party-truffle.net/tutorials/css-selectors/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 17:13:35 +0000</pubDate>
		<dc:creator>Jammy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://jammy.party-truffle.net/?p=193</guid>
		<description><![CDATA[In this post I talked about creating a stylesheet. Now I will talk about the syntax and the selectors commonly used to do basic customisation of a webpage. When choosing selectors, they are mostly corresponding with their html tags. For example I will use the &#60;h1&#62;&#60;/h1&#62; tag. So the CSS selector you would use is [...]]]></description>
		<wfw:commentRss>http://jammy.party-truffle.net/tutorials/css-selectors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Center an element horizontally with CSS</title>
		<link>http://jammy.party-truffle.net/tutorials/center-an-element-horizontally-with-css/</link>
		<comments>http://jammy.party-truffle.net/tutorials/center-an-element-horizontally-with-css/#comments</comments>
		<pubDate>Sat, 20 Jun 2009 20:02:33 +0000</pubDate>
		<dc:creator>Jammy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://jammy.party-truffle.net/?p=138</guid>
		<description><![CDATA[So you want your website to be in the middle of the page. But you don&#8217;t want to use the &#60;center&#62; because it is deprecated and won&#8217;t validate. This is a simple way to align your website layout to the center using just CSS, and it&#8217;s valid The method? Just put margin:0 auto; in the [...]]]></description>
		<wfw:commentRss>http://jammy.party-truffle.net/tutorials/center-an-element-horizontally-with-css/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS</title>
		<link>http://jammy.party-truffle.net/tutorials/css_basic/</link>
		<comments>http://jammy.party-truffle.net/tutorials/css_basic/#comments</comments>
		<pubDate>Sat, 30 May 2009 15:36:41 +0000</pubDate>
		<dc:creator>Jammy</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://jammy.party-truffle.net/tutorials/css/css_basic/</guid>
		<description><![CDATA[CSS is something which customises the appearance of your web page. As many attributes are becoming deprecated, for a valid website, you will have to use CSS to customise the appearance of it. There are loads of selectors to use, so I will list the most common ones in another post. CSS is a style. [...]]]></description>
		<wfw:commentRss>http://jammy.party-truffle.net/tutorials/css_basic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

