<?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 TUTORIAL - Coding Help - Codinghelp.in</title>
	<atom:link href="https://codinghelp.in/tag/css-tutorial/feed/" rel="self" type="application/rss+xml" />
	<link>https://codinghelp.in</link>
	<description>PHP,HTML,CSS,JS,Wordpress,Blogger,Seo Tools,Domain,Hosting And Others Support</description>
	<lastBuildDate>Fri, 24 Dec 2021 16:39:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>CSS Introduction</title>
		<link>https://codinghelp.in/css-introduction/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-introduction</link>
					<comments>https://codinghelp.in/css-introduction/#respond</comments>
		
		<dc:creator><![CDATA[Coding Help]]></dc:creator>
		<pubDate>Fri, 24 Dec 2021 12:32:32 +0000</pubDate>
				<category><![CDATA[CSS TUTORIAL]]></category>
		<guid isPermaLink="false">https://codefind.in/?p=55</guid>

					<description><![CDATA[<p>What is CSS? CSS stands for Cascading Style Sheets CSS describes how HTML elements are to be displayed on screen, paper, or in other media CSS saves a lot of work. It can control the layout of multiple web pages all at once External stylesheets are stored in CSS files To make a web page [&#8230;]</p>
<p>The post <a href="https://codinghelp.in/css-introduction/">CSS Introduction</a> first appeared on <a href="https://codinghelp.in">Coding Help - Codinghelp.in</a>.</p>]]></description>
										<content:encoded><![CDATA[<h2>What is CSS?</h2>
<ul>
<li style="list-style-type: none;">
<ul>
<li>CSS stands for Cascading Style Sheets</li>
<li>CSS describes how HTML elements are to be displayed on screen, paper, or in other media</li>
<li>CSS saves a lot of work. It can control the layout of multiple web pages all at once</li>
<li>External stylesheets are stored in CSS files</li>
</ul>
</li>
</ul>
<p>To make a web page beautiful, we have to do css, example like we paint color to make our house look beautiful, in the same way css kar to make the site look beautiful.</p>
<p>You can write the css in &lt;style&gt;&lt;/style&gt; code, or you can write the css in a separate file and then you can get it included in your webpage.</p>
<h3>CSS Example 1</h3>
<div class="code-toolbar" style="box-sizing: border-box; position: relative;">
<pre class="wp-block-code language-html" style="background: 0px 0px #fdfdfd; border-radius: 4px; border: 1px solid #dddddd; box-sizing: border-box; hyphens: none; line-height: 1.5; margin-bottom: 1em; margin-top: 0.5em; max-width: 100%; overflow-wrap: normal; overflow: visible; padding: 0px; position: relative; tab-size: 4; word-break: normal;"><code class="language-html" style="background-attachment: local; background-clip: content-box; background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%); background-origin: content-box; background-position: 0px 0px; background-repeat: initial; background-size: 3em 3em; border-left: 10px solid #358ccb; box-shadow: #358ccb -1px 0px 0px 0px, #dfdfdf 0px 0px 0px 1px; box-sizing: border-box; display: block; height: inherit; hyphens: none; line-height: 1.5; max-height: inherit; overflow-wrap: break-word; overflow: auto; padding: 0px 1em; position: relative; tab-size: 4; word-break: normal;">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;
body {
  background-color: lightblue;
}

h1 {
  color: white;
  text-align: center;
}

p {
  font-family: verdana;
  font-size: 20px;
}
&lt;/style&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h1&gt;My First CSS Example&lt;/h1&gt;
&lt;p&gt;This is a paragraph.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;

</code></pre>
<div></div>
<div class="toolbar" style="box-sizing: border-box; color: #444444; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; font-size: 15px; opacity: 0; position: absolute; right: 0.2em; top: 0.3em; transition: opacity 0.3s ease-in-out 0s;">
<div class="toolbar-item" style="box-sizing: border-box; display: inline-block;"><span style="background: rgba(224, 224, 224, 0.2); border-radius: 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; box-sizing: border-box; color: #bbbbbb; font-size: 0.8em; padding: 0px 0.5em;">HTML</span></div>
<div class="toolbar-item" style="box-sizing: border-box; display: inline-block;"><button style="appearance: button; background: rgba(224, 224, 224, 0.2); border-radius: 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; color: #bbbbbb; cursor: pointer; font-family: inherit; font-size: 0.8em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; margin: 0px; overflow: visible; padding: 0px 0.5em; user-select: none; border: 0px initial initial;">Copy</button></div>
</div>
</div>
<div class="separator" style="clear: both; text-align: center;">Here we have written the css in the style tag,<img decoding="async" id="a419ca1d584b7" class="placeholder" style="background-color: #d8d8d8; background-image: url('https://fonts.gstatic.com/s/i/materialiconsextended/insert_photo/v6/grey600-24dp/1x/baseline_insert_photo_grey600_24dp.png'); background-position: 50% 50%; background-repeat: no-repeat; opacity: 0.6;" src="https://www.blogger.com/img/transparent.gif" alt="" border="0" /></div>
<div>this code output  :-</div>
<div><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-61" src="https://codefind.in/wp-content/uploads/2021/12/11.jpg" alt="" width="537" height="262" srcset="https://codinghelp.in/wp-content/uploads/2021/12/11.jpg 537w, https://codinghelp.in/wp-content/uploads/2021/12/11-300x146.jpg 300w" sizes="(max-width: 537px) 100vw, 537px" /></div>
<div></div>
<div>
<h2 style="box-sizing: border-box; color: #444444; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; font-size: 15px; line-height: 1.4em; margin-bottom: 1.2rem; margin-top: 0px;"><strong> CSS Example 2</strong></h2>
<div class="code-toolbar" style="box-sizing: border-box; position: relative;">
<pre class="wp-block-code language-html" style="background: 0px 0px #fdfdfd; border-radius: 4px; border: 1px solid #dddddd; box-sizing: border-box; hyphens: none; line-height: 1.5; margin-bottom: 1em; margin-top: 0.5em; max-width: 100%; overflow-wrap: normal; overflow: visible; padding: 0px; position: relative; tab-size: 4; word-break: normal;"><code class="language-html" style="background-attachment: local; background-clip: content-box; background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%); background-origin: content-box; background-position: 0px 0px; background-repeat: initial; background-size: 3em 3em; border-left: 10px solid #358ccb; box-shadow: #358ccb -1px 0px 0px 0px, #dfdfdf 0px 0px 0px 1px; box-sizing: border-box; display: block; height: inherit; hyphens: none; line-height: 1.5; max-height: inherit; overflow-wrap: break-word; overflow: auto; padding: 0px 1em; position: relative; tab-size: 4; word-break: normal;">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;link type="text/css" rel="stylesheet" href="https://www.google.com/cse/static/element/54e62135847a1703/default+en.css"&gt;
&lt;/head&gt;
&lt;body&gt;

&lt;h1&gt;My First CSS Example&lt;/h1&gt;
&lt;p&gt;This is a paragraph.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;

</code></pre>
</div>
</div>
<div></div>
<div class="toolbar" style="box-sizing: border-box; color: #444444; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; font-size: 15px; opacity: 0; position: absolute; right: 0.2em; top: 0.3em; transition: opacity 0.3s ease-in-out 0s;">
<div class="toolbar-item" style="box-sizing: border-box; display: inline-block;"><span style="background: rgba(224, 224, 224, 0.2); border-radius: 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; box-sizing: border-box; color: #bbbbbb; font-size: 0.8em; padding: 0px 0.5em;">HTML</span></div>
<div class="toolbar-item" style="box-sizing: border-box; display: inline-block;"><button style="appearance: button; background: rgba(224, 224, 224, 0.2); border-radius: 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; color: #bbbbbb; cursor: pointer; font-family: inherit; font-size: 0.8em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; margin: 0px; overflow: visible; padding: 0px 0.5em; user-select: none; border: 0px initial initial;">Copy</button></div>
</div>
<p>&nbsp;</p>
<div class="separator" style="clear: both; text-align: center;">
<div class="separator" style="clear: both; text-align: center;"></div>
</div>
<p>&nbsp;</p>
<hr />
<h2>How to write css code</h2>
<ul>
<li>You can use <strong>style tag</strong> to write css.</li>
<li>If you want to change the background color of the web page, then you have to css in the body tag.</li>
</ul>
<p style="box-sizing: border-box; color: #444444; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; font-size: 15px; line-height: 1.4em; margin-bottom: 1.2rem; margin-top: 0px;"><span style="font-size: 14pt;">Example:-</span></p>
<div class="code-toolbar" style="box-sizing: border-box; position: relative;">
<pre class="wp-block-code language-html" style="background: 0px 0px #fdfdfd; border-radius: 4px; border: 1px solid #dddddd; box-sizing: border-box; hyphens: none; line-height: 1.5; margin-bottom: 1em; margin-top: 0.5em; max-width: 100%; overflow-wrap: normal; overflow: visible; padding: 0px; position: relative; tab-size: 4; word-break: normal;"><code class="language-html" style="background-attachment: local; background-clip: content-box; background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, 0.04) 50%); background-origin: content-box; background-position: 0px 0px; background-repeat: initial; background-size: 3em 3em; border-left: 10px solid #358ccb; box-shadow: #358ccb -1px 0px 0px 0px, #dfdfdf 0px 0px 0px 1px; box-sizing: border-box; display: block; height: inherit; hyphens: none; line-height: 1.5; max-height: inherit; overflow-wrap: break-word; overflow: auto; padding: 0px 1em; position: relative; tab-size: 4; word-break: normal;">&lt;!DOCTYPE html&gt;
&lt;html&gt;
&lt;head&gt;
&lt;style&gt;

&lt;/style&gt;
&lt;/head&gt;
&lt;body style="background-color: yellow;"&gt;

&lt;h1&gt;My First CSS Example&lt;/h1&gt;
&lt;p&gt;This is a paragraph.&lt;/p&gt;

&lt;/body&gt;
&lt;/html&gt;

</code></pre>
</div>
<p>&nbsp;</p>
<div class="code-toolbar" style="box-sizing: border-box; position: relative;">
<div class="toolbar" style="box-sizing: border-box; color: #444444; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif; font-size: 15px; opacity: 0; position: absolute; right: 0.2em; top: 0.3em; transition: opacity 0.3s ease-in-out 0s;">
<div class="toolbar-item" style="box-sizing: border-box; display: inline-block;"><span style="background: rgba(224, 224, 224, 0.2); border-radius: 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; box-sizing: border-box; color: #bbbbbb; font-size: 0.8em; padding: 0px 0.5em;">HTML</span></div>
<div class="toolbar-item" style="box-sizing: border-box; display: inline-block;"><button style="appearance: button; background: rgba(224, 224, 224, 0.2); border-radius: 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; color: #bbbbbb; cursor: pointer; font-family: inherit; font-size: 0.8em; font-stretch: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; margin: 0px; overflow: visible; padding: 0px 0.5em; user-select: none; border: 0px initial initial;">Copy</button></div>
</div>
</div>
<h2>This code output</h2>
<p><img decoding="async" class="alignnone size-full wp-image-59" src="https://codefind.in/wp-content/uploads/2021/12/10.jpg" alt="" width="301" height="219" /></p><p>The post <a href="https://codinghelp.in/css-introduction/">CSS Introduction</a> first appeared on <a href="https://codinghelp.in">Coding Help - Codinghelp.in</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://codinghelp.in/css-introduction/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
