<?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"

			>

	<channel>
		<title>Aubrière assoCSS syntax &#8211; Aubrière asso</title>
		<atom:link href="https://www.aubriereinfo.com/forums/topic/css-syntax/feed/" rel="self" type="application/rss+xml" />
		<link>https://www.aubriereinfo.com/forums/topic/css-syntax/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Apr 2026 00:56:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.4-5380</generator>
		<language>fr-FR</language>

		
														
					
				<item>
					<guid>https://www.aubriereinfo.com/forums/topic/css-syntax/#post-211</guid>
					<title><![CDATA[CSS syntax]]></title>
					<link>https://www.aubriereinfo.com/forums/topic/css-syntax/#post-211</link>
					<pubDate>Thu, 08 May 2014 16:06:54 +0000</pubDate>
					<dc:creator>aubriere</dc:creator>

					<description>
						<![CDATA[
						<p>CSS Syntax<br />
A CSS rule set consists of a selector and a declaration block:</p>
<p>CSS selector</p>
<p>The selector points to the HTML element you want to style.</p>
<p>The declaration block contains one or more declarations separated by semicolons.</p>
<p>Each declaration includes a property name and a value, separated by a colon.</p>
<p>CSS Example<br />
A CSS declaration always ends with a semicolon, and declaration groups are surrounded by curly brackets:</p>
<pre>p {color:red;text-align:center;}</pre>
<p>To make the CSS more readable, you can put one declaration on each line, like this:</p>
<p>Example</p>
<pre>
p{
color:red;
text-align:center;
}
</pre>
<p>Try it yourself »</p>
<p>CSS Comments<br />
Comments are used to explain your code, and may help you when you edit the source code at a later date. Comments are ignored by browsers.</p>
<p>A CSS comment starts with /* and ends with */. Comments can also span multiple lines:</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://www.aubriereinfo.com/forums/topic/css-syntax/#post-217</guid>
					<title><![CDATA[R&eacute;pondre &agrave;: CSS syntax]]></title>
					<link>https://www.aubriereinfo.com/forums/topic/css-syntax/#post-217</link>
					<pubDate>Thu, 08 May 2014 16:14:36 +0000</pubDate>
					<dc:creator>aubriere</dc:creator>

					<description>
						<![CDATA[
						<p>At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. </p>
<p>Et harum quidem rerum facilis est et expedita distinctio.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://www.aubriereinfo.com/forums/topic/css-syntax/#post-218</guid>
					<title><![CDATA[R&eacute;pondre &agrave;: CSS syntax]]></title>
					<link>https://www.aubriereinfo.com/forums/topic/css-syntax/#post-218</link>
					<pubDate>Thu, 08 May 2014 16:15:14 +0000</pubDate>
					<dc:creator>aubriere</dc:creator>

					<description>
						<![CDATA[
						<p>Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

