<?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>Royal Deer Design &#187; CSS Reset</title>
	<atom:link href="https://www.royaldeerdesign.com/tag/css-reset/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.royaldeerdesign.com</link>
	<description>Web Design Company</description>
	<lastBuildDate>Thu, 21 Aug 2025 15:08:29 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>Web Developer&#8217;s Journal: CSS Reset</title>
		<link>https://www.royaldeerdesign.com/2010/06/web-developers-journal-css-reset/</link>
		<comments>https://www.royaldeerdesign.com/2010/06/web-developers-journal-css-reset/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 18:50:37 +0000</pubDate>
		<dc:creator><![CDATA[Sheuli]]></dc:creator>
				<category><![CDATA[Internet Business Tips]]></category>
		<category><![CDATA[browsers]]></category>
		<category><![CDATA[cross-browser compatibility]]></category>
		<category><![CDATA[CSS Reset]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[web developer]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://coot.arvixe.com/~royald/?p=2195</guid>
		<description><![CDATA[Web designers and web designers around the world are struggling with a cross-browser compatibility. To make web development process easier, experts have created something called CSS Reset. CSS reset is implemented in order to normalize most of the margin and padding-related differences across different browsers. This is a starting point for each HTML/CSS job. An]]></description>
				<content:encoded><![CDATA[<p>Web designers and web designers around the world are struggling with a cross-browser compatibility. To make web development process easier, experts have created something called CSS Reset. <strong>CSS reset</strong> is implemented in order to normalize most of the margin and padding-related differences across different browsers. This is a starting point for each HTML/CSS job.</p>
<p>An example bellow is crated based on Eric Meyer&#8217;s CSS reset (<em>meyerweb.com</em>) and it is recommended by Royal Deer Design.</p>
<p>&#8212; </p>
<p>html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td<br />
{<br />
  margin: 0;<br />
  padding: 0;<br />
  border: 0;<br />
  outline: 0;<br />
  font-size: 100%;<br />
  vertical-align: baseline;<br />
  background: transparent;<br />
}</p>
<p>body {<br />
  line-height: 1;<br />
}</p>
<p>ol, ul {<br />
  list-style: none;<br />
}</p>
<p>blockquote, q {<br />
  quotes: none;<br />
}</p>
<p>blockquote:before, blockquote:after, q:before, q:after {<br />
  content: &#8221;;<br />
  content: none;<br />
}</p>
<p>:focus {<br />
  outline: 0;<br />
}</p>
<p>ins {<br />
  text-decoration: none;<br />
}</p>
<p>del {<br />
  text-decoration: line-through;<br />
} </p>
<p>table {<br />
  border-collapse: collapse;<br />
  border-spacing: 0;<br />
} </p>
<p>&#8212; </p>
<p>More info:<br />
Definition of CSS Reset from Wikipedia: CSS Reset &#8211; <em>CSS declarations remove margins and standardize cross-browser rendering on common elements. </em></p>
]]></content:encoded>
			<wfw:commentRss>https://www.royaldeerdesign.com/2010/06/web-developers-journal-css-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
