<?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; Snippets</title>
	<atom:link href="http://wp.djtedfunke.com/category/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://wp.djtedfunke.com</link>
	<description></description>
	<lastBuildDate>Thu, 26 Sep 2019 15:09:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.3</generator>

<image>
	<url>http://wp.djtedfunke.com/wp-content/uploads/2018/12/cropped-front-end_developer-2-512-32x32.png</url>
	<title>CSS &#8211; Snippets</title>
	<link>http://wp.djtedfunke.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>CSS link/button/loader effects</title>
		<link>http://wp.djtedfunke.com/css-link-button-loader-effects/</link>
		
		<dc:creator><![CDATA[tadej]]></dc:creator>
		<pubDate>Thu, 26 Sep 2019 14:33:17 +0000</pubDate>
				<category><![CDATA[External]]></category>
		<guid isPermaLink="false">http://wp.djtedfunke.com/?p=221</guid>

					<description><![CDATA[https://cssfx.dev/]]></description>
										<content:encoded><![CDATA[
<p><a href="https://cssfx.dev/">https://cssfx.dev/</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Object-fit IE Polyfill</title>
		<link>http://wp.djtedfunke.com/object-fit-ie-polyfill/</link>
		
		<dc:creator><![CDATA[tadej]]></dc:creator>
		<pubDate>Sat, 21 Sep 2019 18:16:00 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[External]]></category>
		<guid isPermaLink="false">http://wp.djtedfunke.com/?p=214</guid>

					<description><![CDATA[Neat trick for CSS object-fit fallback on IE: https://medium.com/@primozcigler/neat-trick-for-css-object-fit-fallback-on-edge-and-other-browsers-afbc53bbb2c3]]></description>
										<content:encoded><![CDATA[
<p>Neat trick for CSS object-fit fallback on IE:</p>



<p><a href="https://medium.com/@primozcigler/neat-trick-for-css-object-fit-fallback-on-edge-and-other-browsers-afbc53bbb2c3">https://medium.com/@primozcigler/neat-trick-for-css-object-fit-fallback-on-edge-and-other-browsers-afbc53bbb2c3</a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Slick Slider Animated</title>
		<link>http://wp.djtedfunke.com/slick-slider-animated/</link>
		
		<dc:creator><![CDATA[tadej]]></dc:creator>
		<pubDate>Sat, 21 Sep 2019 18:11:14 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[External]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[slick slider]]></category>
		<guid isPermaLink="false">http://wp.djtedfunke.com/?p=211</guid>

					<description><![CDATA[Animated text elements on slick slider: https://codepen.io/alexandrebuffet/pen/zNpmpx https://codepen.io/joxxce/pen/WjGLyr]]></description>
										<content:encoded><![CDATA[
<p>Animated text elements on slick slider:</p>



<ol><li><a href="https://codepen.io/alexandrebuffet/pen/zNpmpx">https://codepen.io/alexandrebuffet/pen/zNpmpx</a></li><li><a href="https://codepen.io/joxxce/pen/WjGLyr">https://codepen.io/joxxce/pen/WjGLyr</a></li></ol>



<p></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Slick slider &#8211; Equal Height</title>
		<link>http://wp.djtedfunke.com/slick-slider-equal-height/</link>
		
		<dc:creator><![CDATA[tadej]]></dc:creator>
		<pubDate>Sun, 11 Aug 2019 18:36:44 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[slick slider]]></category>
		<guid isPermaLink="false">http://wp.djtedfunke.com/?p=197</guid>

					<description><![CDATA[Equal height blocks on slick slider:]]></description>
										<content:encoded><![CDATA[
<p>Equal height blocks on slick slider:</p>



<pre class="wp-block-code"><code>.slick-track{
    display: flex;

    .slick-slide{
        display: flex;
        height: auto;
        align-items: center; //optional
        justify-content: center; //optional
    }
}</code></pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CSS Hover</title>
		<link>http://wp.djtedfunke.com/css-hover/</link>
		
		<dc:creator><![CDATA[tadej]]></dc:creator>
		<pubDate>Tue, 09 Apr 2019 18:51:00 +0000</pubDate>
				<category><![CDATA[External]]></category>
		<guid isPermaLink="false">http://wp.djtedfunke.com/?p=179</guid>

					<description><![CDATA[Circle Hover Effects:https://tympanus.net/Tutorials/CircleHoverEffects/index.html Box Caption Hover:https://tympanus.net/Tutorials/CaptionHoverEffects/index.html Image Effects:https://freefrontend.com/css-image-effects/]]></description>
										<content:encoded><![CDATA[
<p>Circle Hover Effects:<br><a href="https://tympanus.net/Tutorials/CircleHoverEffects/index.html">https://tympanus.net/Tutorials/CircleHoverEffects/index.html</a><br><br></p>



<p>Box Caption Hover:<br><a href="https://tympanus.net/Tutorials/CaptionHoverEffects/index.html">https://tympanus.net/Tutorials/CaptionHoverEffects/index.html</a><br><br></p>



<p>Image Effects:<br><a href="https://freefrontend.com/css-image-effects/">https://freefrontend.com/css-image-effects/</a><br></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CSS Browser target</title>
		<link>http://wp.djtedfunke.com/css-browser-target/</link>
		
		<dc:creator><![CDATA[tadej]]></dc:creator>
		<pubDate>Sat, 16 Feb 2019 15:18:21 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">http://wp.djtedfunke.com/?p=166</guid>

					<description><![CDATA[Targeting browsers to style with CSS:]]></description>
										<content:encoded><![CDATA[
<p>Targeting browsers to style with CSS:</p>



<pre class="wp-block-code"><code>@supports (-ms-ime-align: auto) {
  /* Microsoft EdgeV13&amp;14 CSS styles go here */
  .edge1314 {
    background: green;
  }
  .edge1314::before {
    content: "Active: ";
  }
}
@supports (-ms-accelerator: true) {
  /* Microsoft EdgeV13 CSS styles go here */
  .edge13 {
    background: green;
  }
  .edge13::before {
    content: "Active: ";
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 &amp; IE11 CSS styles go here */
  .ie1011 {
    background: green;
  }
  .ie1011::before {
    content: "Active: ";
  }
}</code></pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Slick Slider load first image</title>
		<link>http://wp.djtedfunke.com/__trashed/</link>
		
		<dc:creator><![CDATA[tadej]]></dc:creator>
		<pubDate>Thu, 31 Jan 2019 14:55:59 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[slick slider]]></category>
		<guid isPermaLink="false">http://wp.djtedfunke.com/?p=162</guid>

					<description><![CDATA[Display only first image of slick on page load]]></description>
										<content:encoded><![CDATA[
<p>Display only first image of slick on page load</p>



<pre class="wp-block-code"><code>.slick_slider {
    overflow: hidden;
    
    .slick_slider__element:nth-child(n+1) {
        display: none;
    }
    
    .slick-initialized,
    .slick_slider__element:first-child { 
        display: block;
    }
}</code></pre>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>CSS</title>
		<link>http://wp.djtedfunke.com/css/</link>
		
		<dc:creator><![CDATA[tadej]]></dc:creator>
		<pubDate>Tue, 01 Jan 2019 19:48:47 +0000</pubDate>
				<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">http://wp.djtedfunke.com/?p=50</guid>

					<description><![CDATA[Css]]></description>
										<content:encoded><![CDATA[
<p>Css</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
