<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1062132" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1062132</link>
    <description></description>
    <language>en</language>
          <item>
    <title>The above answer was copied</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/it-possible-apply-css-half-characterword#comment-1289971</link>
    <description> &lt;p&gt;The above answer was copied from this Stack Overflow post:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://stackoverflow.com/questions/23569441/is-it-possible-to-apply-css-to-half-of-a-character&quot; title=&quot;http://stackoverflow.com/questions/23569441/is-it-possible-to-apply-css-to-half-of-a-character&quot;&gt;http://stackoverflow.com/questions/23569441/is-it-possible-to-apply-css-...&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you&#039;re getting your answers from another website, please link to the source!&lt;/p&gt;
&lt;p&gt;This technique, of course, isn&#039;t actually applying the CSS to half the character, it&#039;s duplicating the character using a pseudo-element and positioning it over top of the original. But it looks like it does the job &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Sep 2015 14:08:25 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1289971 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Yes it is possible to apply</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/it-possible-apply-css-half-characterword#comment-1289970</link>
    <description> &lt;p&gt;Yes it is possible to apply css to half of a character  &lt;/p&gt;
&lt;p&gt;X &lt;/p&gt;
&lt;p&gt;.halfStyle {&lt;br /&gt;
    position:relative;&lt;br /&gt;
    display:inline-block;&lt;br /&gt;
    width:1;&lt;br /&gt;
    font-size:80px;&lt;br /&gt;
    color: black;&lt;br /&gt;
    overflow:hidden;&lt;br /&gt;
    white-space: pre;&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;.halfStyle:before {&lt;br /&gt;
    display:block;&lt;br /&gt;
    z-index:1;&lt;br /&gt;
    position:absolute;&lt;br /&gt;
    top:0;&lt;br /&gt;
    width: 50%;&lt;br /&gt;
    content: attr(data-content);&lt;br /&gt;
    overflow:hidden;&lt;br /&gt;
    color: #f00;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;/rules&quot; rel=&quot;nofollow&quot;&gt;link removed&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 16 Sep 2015 11:21:00 +0000</pubDate>
 <dc:creator>rachi</dc:creator>
 <guid isPermaLink="false">comment 1289970 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Not that I&#039;ve ever come</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/it-possible-apply-css-half-characterword#comment-1289919</link>
    <description> &lt;p&gt;Not that I&#039;ve ever come across! What is the use case, just out of curiosity?&lt;/p&gt;
 </description>
     <pubDate>Wed, 19 Aug 2015 13:25:05 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1289919 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
