<?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>padding box Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/padding-box/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/padding-box/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Tue, 11 Apr 2023 01:51:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>CSS Box Model</title>
		<link>https://www.aiuniverse.xyz/css-box-model/</link>
					<comments>https://www.aiuniverse.xyz/css-box-model/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Tue, 11 Apr 2023 01:51:32 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[boarder box]]></category>
		<category><![CDATA[content box]]></category>
		<category><![CDATA[css box model]]></category>
		<category><![CDATA[how to create content box]]></category>
		<category><![CDATA[margin box]]></category>
		<category><![CDATA[padding box]]></category>
		<category><![CDATA[what is css box model]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=16301</guid>

					<description><![CDATA[<p>The CSS box model is a concept that describes how elements are laid out on a web page using rectangular boxes. Each box consists of four main components: content, padding, border, and margin. These components determine the size and position of an element within its container. There are four Boxes- How to create content Box?</p>
<p>The post <a href="https://www.aiuniverse.xyz/css-box-model/">CSS Box Model</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The CSS box model is a concept that describes how elements are laid out on a web page using rectangular boxes. Each box consists of four main components: content, padding, border, and margin. These components determine the size and position of an element within its container.</p>



<p>There are four Boxes-</p>



<ol class="wp-block-list">
<li>Content Box</li>



<li>Paddig Box</li>



<li>Boarder Box</li>



<li>Margin Box</li>
</ol>



<figure class="wp-block-image size-full"><img fetchpriority="high" decoding="async" width="377" height="340" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/css_box_model-1-1.webp" alt="" class="wp-image-16302" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/04/css_box_model-1-1.webp 377w, https://www.aiuniverse.xyz/wp-content/uploads/2023/04/css_box_model-1-1-300x271.webp 300w" sizes="(max-width: 377px) 100vw, 377px" /></figure>



<h2 class="wp-block-heading">How to create content Box?</h2>



<pre class="wp-block-code"><code>&lt;!DOCTYPE html&gt;
&lt;html lang="en"&gt;
&lt;head&gt;
    
    &lt;title&gt;CSS Box Model&lt;/title&gt;
    &lt;style&gt;

        #one{
            color: red;
            background-color: yellow;
            width: 5px;

        }
        #Two{
            color: white;
            background-color: blue;
        }
    &lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;
    
    &lt;div id="one"&gt;CSS Box&lt;/div&gt;
    &lt;div id="two"&gt;CSS Box&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;</code></pre>
<p>The post <a href="https://www.aiuniverse.xyz/css-box-model/">CSS Box Model</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/css-box-model/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
