<?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>Pro-Tek Blog &#187; CSS3</title>
	<atom:link href="http://www.pro-tekconsulting.com/blog/category/css3-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pro-tekconsulting.com/blog</link>
	<description>For UI developers / UI designers and UI trends</description>
	<lastBuildDate>Thu, 05 Sep 2019 03:59:47 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.34</generator>
	<item>
		<title>WHAT IS SPECIFICITY IN CSS3?</title>
		<link>http://www.pro-tekconsulting.com/blog/what-is-specificity-in-css3/</link>
		<comments>http://www.pro-tekconsulting.com/blog/what-is-specificity-in-css3/#comments</comments>
		<pubDate>Fri, 30 Nov 2018 07:13:34 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[Specificity in CSS3]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=2731</guid>
		<description><![CDATA[<p>What is Specificity in CSS3? The CSS Specificity is one of the most difficult concepts to grasp in Cascading Stylesheets. The different weight of selectors is usually the reason why CSS-rules don’t apply to some elements, although they should have. Specificity determines, which CSS rule is applied by the browsers. Every selector has its place [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-specificity-in-css3/">WHAT IS SPECIFICITY IN CSS3?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>What is Specificity in CSS3?</h4>
<p>The CSS Specificity is one of the most difficult concepts to grasp in Cascading Stylesheets. The different weight of selectors is usually the reason why CSS-rules don’t apply to some elements, although they should have.</p>
<ol>
<li>Specificity determines, which CSS rule is applied by the browsers.</li>
<li>Every selector has its place in the specificity hierarchy.</li>
<li>If two selectors apply to the same element, the one with higher specificity wins.</li>
<li>There are four distinct categories which define the specificity level of a given selector: inline styles, IDs, classes, attributes, and elements.</li>
</ol>
<p><b>How to measure specificity?</b></p>
<p>“Start at 0, add 1000 for style attribute, add 100 for each ID, add 10 for each attribute, class or pseudo-class, add 1 for each element name or pseudo-element. So in the specificity value would be 122 (0,1,2,2 or 0122): 100 for #content, 10 for .data, 10 for :hover, 1 for body and 1 for img.”</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/what-is-specificity-in-css3/">WHAT IS SPECIFICITY IN CSS3?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/what-is-specificity-in-css3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IS IT POSSIBLE TO COMBINE A BACKGROUND IMAGE AND CSS3 GRADIENTS?</title>
		<link>http://www.pro-tekconsulting.com/blog/is-it-possible-to-combine-a-background-image-and-css3-gradients/</link>
		<comments>http://www.pro-tekconsulting.com/blog/is-it-possible-to-combine-a-background-image-and-css3-gradients/#comments</comments>
		<pubDate>Tue, 02 Feb 2016 03:24:14 +0000</pubDate>
		<dc:creator><![CDATA[admin]]></dc:creator>
				<category><![CDATA[CSS3]]></category>
		<category><![CDATA[css3]]></category>

		<guid isPermaLink="false">http://www.pro-tekconsulting.com/blog/?p=1287</guid>
		<description><![CDATA[<p>Is it possible to combine a background image and CSS3 gradients? Yes, we can combine background and CSS3 by using linear-gradient and radial gradients types. Where rgb values varies the background CSS3 Gradients are compatible with only newer version of browsers Example: Chrome&#62;26.0 version and IE&#62;10.0 &#160; &#160; &#160; &#160; &#160; &#160; &#160;</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/is-it-possible-to-combine-a-background-image-and-css3-gradients/">IS IT POSSIBLE TO COMBINE A BACKGROUND IMAGE AND CSS3 GRADIENTS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h4>Is it possible to combine a background image and CSS3 gradients?</h4>
<p>Yes, we can combine background and CSS3 by using linear-gradient and radial gradients types. Where rgb values varies the background CSS3 Gradients are compatible with only newer version of browsers</p>
<p>Example: Chrome&gt;26.0 version and IE&gt;10.0<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;</p>
<p>The post <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog/is-it-possible-to-combine-a-background-image-and-css3-gradients/">IS IT POSSIBLE TO COMBINE A BACKGROUND IMAGE AND CSS3 GRADIENTS?</a> appeared first on <a rel="nofollow" href="http://www.pro-tekconsulting.com/blog">Pro-Tek Blog</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pro-tekconsulting.com/blog/is-it-possible-to-combine-a-background-image-and-css3-gradients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
