<?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>css &#8211; Extreme Web Designs</title>
	<atom:link href="https://theextremewebdesigns.com/blog/tag/css-2/feed/" rel="self" type="application/rss+xml" />
	<link>https://theextremewebdesigns.com/blog</link>
	<description>Web Design and Web Development</description>
	<lastBuildDate>Mon, 19 Mar 2012 12:06:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
<site xmlns="com-wordpress:feed-additions:1">156673191</site>	<item>
		<title>Center Div In Div Using CSS Example</title>
		<link>https://theextremewebdesigns.com/blog/center-div-in-div/</link>
					<comments>https://theextremewebdesigns.com/blog/center-div-in-div/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 19 Mar 2012 12:06:27 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css-tips]]></category>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=384</guid>

					<description><![CDATA[Ever wanted to center Div in Div using CSS? In this article, I am going to show you a very simple &#38; easy little trick to use CSS so that you can easily center a div in another div. How to Center Div in Div using CSS &#8211; Example For the sake of example, let&#8217;s [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Ever wanted to <em><strong>center Div in Div using CSS</strong></em>? In this article, I am going to show you a very simple &amp; easy little trick to use CSS so that you can easily center a div in another div.<span id="more-384"></span></p>
<h2>How to Center Div in Div using CSS &#8211; Example</h2>
<div class="make_demo">

	<form action="https://theextremewebdesigns.com/blog/wp-content/themes/ewd_blog_2017/try_demo.php?post_id=384" method="post" name="form1" target="_blank" id="form1">


	<input type="hidden" name="shortcode_content" id="shortcode_content" value="" />

        <div class="try_demo_btn_container">


            <button type="submit" name="sbt_make_demo" id="sbt_make_demo" class="btn-primary btn-try-demo">
                Try Demo
            </button>


        </div><!-- .try_demo_btn_container -->

    </form>
    </div>
    
<p>For the sake of example, let&#8217;s assume that we have 2 Divs &amp; we would like to center the inner div inside the outer (main) div. Here is the CSS &amp; HTML code:</p>
<pre class="lang:xhtml decode:true">&lt;style type="text/css"&gt;
#content {
width: 100%;
}

#text {
width: 80%; /*Change this value to a suitable one*/
margin-right: auto;
margin-left: auto;
}

&lt;/style&gt;

&lt;div id="content"&gt;
&lt;div id="text"&gt;Try selecting all this text. You will see that all of it is unselectable.&lt;/div&gt;
&lt;/div&gt;</pre>
<h5><div class="make_demo">

	<form action="https://theextremewebdesigns.com/blog/wp-content/themes/ewd_blog_2017/try_demo.php?post_id=384" method="post" name="form1" target="_blank" id="form1">


	<input type="hidden" name="shortcode_content" id="shortcode_content" value="" />

        <div class="try_demo_btn_container">


            <button type="submit" name="sbt_make_demo" id="sbt_make_demo" class="btn-primary btn-try-demo">
                Try Demo
            </button>


        </div><!-- .try_demo_btn_container -->

    </form>
    </div>
    </h5>
<h5>Very simple, isn&#8217;t it?</h5>
<p>Do you know of any other ways to <em><strong>center div in div using CSS</strong></em>? Feel free to suggest by commenting below.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://theextremewebdesigns.com/blog/center-div-in-div/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">384</post-id>	</item>
		<item>
		<title>Set Cellspacing Cellpadding in css</title>
		<link>https://theextremewebdesigns.com/blog/set-cellspacing-cellpadding-in-css/</link>
					<comments>https://theextremewebdesigns.com/blog/set-cellspacing-cellpadding-in-css/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Mon, 19 Mar 2012 11:53:38 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css-tips]]></category>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=379</guid>

					<description><![CDATA[Ever wanted to Set Cellspacing Cellpadding in css but didn&#8217;t know where to begin? Worry no more. In this article, I am going to show you how to easily set cellspacing, cellpadding  in CSS. The CSS &#38; HTML source code are provided &#38; you can try experimenting with the values to suit your purpose. So read [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Ever wanted to Set Cellspacing Cellpadding in css but didn&#8217;t know where to begin? Worry no more. In this article, I am going to show you how to easily set cellspacing, cellpadding  in CSS. The CSS &amp; HTML source code are provided &amp; you can try experimenting with the values to suit your purpose. So read on to find out how to <strong>Set Cellspacing Cellpadding in css</strong>.<span id="more-379"></span></p>
<h2>How to Set Cellspacing Cellpadding using CSS &#8211; Example</h2>
<h3>Example: Following is the code to Set Cellspacing Cellpadding using CSS</h3>
<pre class="lang:xhtml decode:true">&lt;style type="text/css"&gt;
/* For Cellspacing*/
table
{
border-collapse: collapse;
}

/* For Cellpadding */
table td, table th
{
padding: 0;
}
&lt;/style&gt;</pre>
<h5>Simple, isn&#8217;t it?</h5>
<p>If you know of any other ways to <em><strong>set cellspacing and cellpadding in css</strong></em>, please feel free to share by commenting below.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://theextremewebdesigns.com/blog/set-cellspacing-cellpadding-in-css/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">379</post-id>	</item>
	</channel>
</rss>
