<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nikolay Sabev</title>
    <description>The latest articles on DEV Community by Nikolay Sabev (@__f5142d0147e).</description>
    <link>https://dev.to/__f5142d0147e</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4119572%2F0eff275e-08d2-4ff7-95f8-eda9d19fa98a.jpg</url>
      <title>DEV Community: Nikolay Sabev</title>
      <link>https://dev.to/__f5142d0147e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/__f5142d0147e"/>
    <language>en</language>
    <item>
      <title>Email Signature Generator CSS icons</title>
      <dc:creator>Nikolay Sabev</dc:creator>
      <pubDate>Thu, 10 Sep 2026 15:12:56 +0000</pubDate>
      <link>https://dev.to/__f5142d0147e/email-signature-generator-css-icons-9f</link>
      <guid>https://dev.to/__f5142d0147e/email-signature-generator-css-icons-9f</guid>
      <description>&lt;p&gt;Back in 2017, I was experimenting with something that was pretty fun for the CSS we had at the time — building icons without using images.&lt;/p&gt;

&lt;p&gt;Using mainly CSS, :before, :after, borders, shadows and a bit of creativity, I managed to create a set of icons that didn't depend on external image files. The interesting part for email was simple: no images to load or block — the icons are always visible.&lt;/p&gt;

&lt;p&gt;You can still see that old experiment here:&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/k0ko88/embed/PWLNBJ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;br&gt;
Fast forward to 2026&lt;/p&gt;

&lt;p&gt;At my last job, I decided to apply some of that old knowledge to an email signature.&lt;/p&gt;

&lt;p&gt;And then I met Classic Outlook again. :D&lt;/p&gt;

&lt;p&gt;What looked like a simple signature quickly turned into dealing with Outlook's rendering limitations, different behaviour between email clients, px → pt conversions, table rendering and weird spacing issues.&lt;br&gt;
A few survival tricks&lt;/p&gt;

&lt;p&gt;Along the way I found a few useful tricks — one of my favourites being that line-height: 0.5pt can practically zero out a line in Classic Outlook, which solved one of the most annoying spacing problems I had.&lt;/p&gt;

&lt;p&gt;Eventually, that little fight turned into a complete email signature generator: SimpleSignature&lt;/p&gt;


&lt;div class="crayons-card c-embed text-styles text-styles--secondary"&gt;
    &lt;div class="c-embed__content"&gt;
      &lt;div class="c-embed__body flex items-center justify-between"&gt;
        &lt;a href="https://nikolaisabev.eu/SimpleSignature/" rel="noopener noreferrer" class="c-link fw-bold flex items-center"&gt;
          &lt;span class="mr-2"&gt;nikolaisabev.eu&lt;/span&gt;
          

        &lt;/a&gt;
      &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;If you'd like to check out the source code or contribute, you can find the repository on GitHub&lt;br&gt;
&lt;/p&gt;
&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/k0ko" rel="noopener noreferrer"&gt;
        k0ko
      &lt;/a&gt; / &lt;a href="https://github.com/k0ko/SimpleSignature" rel="noopener noreferrer"&gt;
        SimpleSignature
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Simple Email Signature with CSS Icons
    &lt;/h3&gt;
  &lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;It's not trying to be the prettiest or the most complicated signature generator out there. It's simple, effective and built around what I learned from actually fighting with email clients.&lt;/p&gt;

&lt;p&gt;It's completely free, there's no registration, and I don't store the data you enter. Feel free to use it!&lt;/p&gt;

&lt;p&gt;If you find a bug, have an idea, or think something could work better, leave a comment here or send me an email. Feedback is more than welcome.&lt;/p&gt;

&lt;p&gt;And if it saves you some time and you feel like supporting the work, there's a Buy Me a Coffee button. If you wish. :)&lt;/p&gt;

&lt;p&gt;What's the worst email client rendering bug you've ever had to deal with? Do you still rely on table-based layouts, or have you found a cleaner workaround? Let me know in the comments!&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br&gt;
Nikolay&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
