<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>CSS on Mustafa Kurtuldu | Blog &amp; Portfolio</title>
    <link>/tags/css/</link>
    <description>Recent content in CSS on Mustafa Kurtuldu | Blog &amp; Portfolio</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Wed, 03 Jul 2013 14:38:54 +0000</lastBuildDate><atom:link href="/tags/css/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>DT-SimpleCSSToolTip</title>
      <link>/dt-simplecsstooltip/</link>
      <pubDate>Wed, 03 Jul 2013 14:38:54 +0000</pubDate>
      
      <guid>/dt-simplecsstooltip/</guid>
      <description>&lt;p&gt;I decided to make this a git project. Still a work in progress, although, unlike previous examples, this tooltip has an arrow and allows for different position placements.
&lt;a href=&#34;https://github.com/mustafa-x/DT-SimpleCSSToolTip&#34; title=&#34;DT-SimpleCSSToolTip&#34; target=&#34;_blank&#34;&gt;You can check out the project here&lt;/a&gt; or &lt;a href=&#34;http://codepen.io/mustafa-x/full/oCqIu&#34; title=&#34;demo&#34; target=&#34;_blank&#34;&gt;the full demo here&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    
    <item>
      <title>My new best CSS friend - content: attr(data);</title>
      <link>/my-new-best-css-friend-content-attrdata/</link>
      <pubDate>Thu, 27 Jun 2013 16:31:24 +0000</pubDate>
      
      <guid>/my-new-best-css-friend-content-attrdata/</guid>
      <description>I have been experimenting with the CSS content property quite a bit lately. What I discovered is you can populate it with the HTML data attribute.
For example, say we wanted an item to have a tooltip. We would write out the HTML like this:
&amp;lt;a href=&#34;#&#34; id=&#34;my-link&#34; data-tooltip=&#34;this is my tooltip data&#34;&amp;gt;This is my link&amp;lt;/a&amp;gt;  Now in the CSS all we have to do is:
#my-link { position: relative; } #my-link:before { diplay: block; content: &#34;</description>
    </item>
    
    <item>
      <title>MIT Licence with Remy Sharp</title>
      <link>/mit-licence-with-remy-sharp/</link>
      <pubDate>Sun, 01 Apr 2012 12:25:24 +0000</pubDate>
      
      <guid>/mit-licence-with-remy-sharp/</guid>
      <description>I stumbled across a really cool project by JavaScript Remy Sharp. The MIT License project is a public, open source permanent resource for the community.
It allows you to create a single resource that would always be up to date and would always have your MIT details online.
I created my own, which is very simple to do. And as a thank you to Remy I decided to design a couple of templates which you can see here, here and here 🙂</description>
    </item>
    
  </channel>
</rss>
