<?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>Everything is wrong &#187; CSS</title>
	<atom:link href="http://everythingiswrong.free.fr/index.php/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://everythingiswrong.free.fr</link>
	<description>Un blog dédié à l&#039;informatique en général</description>
	<lastBuildDate>Wed, 06 Oct 2021 21:20:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>CSS3 : gradients</title>
		<link>http://everythingiswrong.free.fr/index.php/2013/03/11/css3-gradients/</link>
		<comments>http://everythingiswrong.free.fr/index.php/2013/03/11/css3-gradients/#comments</comments>
		<pubDate>Mon, 11 Mar 2013 21:21:43 +0000</pubDate>
		<dc:creator>Yan</dc:creator>
				<category><![CDATA[Astuces]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://everythingiswrong.free.fr/?p=2126</guid>
		<description><![CDATA[Dégradé dans une feuille de style CSS3]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Il me semblait que faire un fond en dégradé avec CSS3 était à la portée de tous. En effet ce n&#8217;est pas très compliqué, mais, selon ce que l&#8217;ont souhaite obtenir, il peut y avoir beaucoup de paramètres à prendre en compte. Par hasard, j&#8217;ai découverts un site internet qui propose une interface pour générer ses propres dégradés compatibles avec tous les navigateurs : <a href="http://gradients.glrzad.com/" target="_blank">http://gradients.glrzad.com/</a>.</p>
<p style="text-align: justify;">Le principe est simple, il faut choisir</p>
<ul>
<li>le nombre de couleurs du dégradé,</li>
<li>l&#8217;orientation et la position de la ou les ruptures de couleur</li>
<li>la rapidité de passage d&#8217;une couleur à l&#8217;autre</li>
</ul>
<p>Ensuite, il suffit de copier le code CSS généré dans sa propre feuille de style.</p>
]]></content:encoded>
			<wfw:commentRss>http://everythingiswrong.free.fr/index.php/2013/03/11/css3-gradients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS: Center horizontalement</title>
		<link>http://everythingiswrong.free.fr/index.php/2012/10/01/css-center-horizontalement/</link>
		<comments>http://everythingiswrong.free.fr/index.php/2012/10/01/css-center-horizontalement/#comments</comments>
		<pubDate>Mon, 01 Oct 2012 19:40:34 +0000</pubDate>
		<dc:creator>Yan</dc:creator>
				<category><![CDATA[trucs et astuces]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://everythingiswrong.free.fr/?p=1931</guid>
		<description><![CDATA[Pour centrer horizontalement une box en CSS, il faut utiliser la propriété margin : center { border : 1px dashed black; margin : 0 auto; width : 50%; } Par exemple : Voici un élément div centré horizontalement.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Pour centrer horizontalement une <em>box</em> en CSS, il faut utiliser la propriété <em>margin</em> :</p>
<pre class="brush: css; gutter: true; first-line: 1; highlight: [3]">center {
       border : 1px dashed black;
       margin : 0 auto;
       width : 50%;
}</pre>
<p style="text-align: justify;">Par exemple :</p>
<div style="border: 1px dashed black; margin: 0 auto; width: 50%;">Voici un élément <em>div</em> centré horizontalement.</div>
]]></content:encoded>
			<wfw:commentRss>http://everythingiswrong.free.fr/index.php/2012/10/01/css-center-horizontalement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
