<?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>Avoid image repeating in CSS &#8211; Sibeesh Passion</title>
	<atom:link href="https://sibeeshpassion.com/tag/avoid-image-repeating-in-css/feed/" rel="self" type="application/rss+xml" />
	<link>https://sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Fri, 14 Aug 2015 08:46:02 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Avoid image repeating in CSS &#8211; Sibeesh Passion</title>
	<link>https://sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Make Image Fit To The Screen</title>
		<link>https://sibeeshpassion.com/make-image-fit-to-the-screen/</link>
					<comments>https://sibeeshpassion.com/make-image-fit-to-the-screen/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Fri, 14 Aug 2015 08:46:02 +0000</pubDate>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Avoid image repeating in CSS]]></category>
		<category><![CDATA[Make Image Fit To The Screen]]></category>
		<category><![CDATA[Styling]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=9511</guid>

					<description><![CDATA[In this code, we will see how we can set an image to fit the screen completely. By doing this we can make sure that there is repeating of images in the background. Using The Code Here I am setting the image to the body tag. [css] #body { background: url(&#34;http://sibeeshpassion.com/content/images/indian%20flag%20banner.jpg&#34;) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } [/css] Please see other code snippets here: Code-Snippets Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p>In this code, we will see how we can set an image to fit the screen completely. By doing this we can make sure that there is repeating of images in the background.</p>
<p><strong>Using The Code</strong></p>
<p>Here I am setting the image to the body tag.</p>
<p>[css]<br />
#body {<br />
            background: url(&quot;http://sibeeshpassion.com/content/images/indian%20flag%20banner.jpg&quot;) no-repeat center center fixed;<br />
            -webkit-background-size: cover;<br />
            -moz-background-size: cover;<br />
            -o-background-size: cover;<br />
            background-size: cover;<br />
        }<br />
[/css]</p>
<p>Please see other code snippets here: <a href="http://sibeeshpassion.com/category/code-snippets/" target="_blank">Code-Snippets</a></p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://sibeeshpassion.com/make-image-fit-to-the-screen/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
