<?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: Ekrem Günden</title>
    <description>The latest articles on DEV Community by Ekrem Günden (@ekremgunden).</description>
    <link>https://dev.to/ekremgunden</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F753442%2Fc475ae32-a101-4dea-a056-0542e7298a71.jpeg</url>
      <title>DEV Community: Ekrem Günden</title>
      <link>https://dev.to/ekremgunden</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ekremgunden"/>
    <language>en</language>
    <item>
      <title>Tailwind CSS and Next/Image Z-index not working</title>
      <dc:creator>Ekrem Günden</dc:creator>
      <pubDate>Tue, 22 Nov 2022 11:34:58 +0000</pubDate>
      <link>https://dev.to/ekremgunden/tailwind-css-and-nextimage-z-index-not-working-1p07</link>
      <guid>https://dev.to/ekremgunden/tailwind-css-and-nextimage-z-index-not-working-1p07</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flzhjs70jkhjlrm3on5bh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flzhjs70jkhjlrm3on5bh.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;div className="flex justify-between h-screen md:flex-row flex-col pt-64"&amp;gt;
          ...
          &amp;lt;div className="z-50"&amp;gt;
              &amp;lt;Image src="/Saly-14.svg" className="w-[916px] height-[1384px]" alt="" width={916} height={1384} /&amp;gt;
          &amp;lt;/div&amp;gt;
      &amp;lt;/div&amp;gt;

&amp;lt;section className="bg-[#DBD9FF] z-30" id="services"&amp;gt;
...
      &amp;lt;/section&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The name of this character is saly and even though I made it lower than the z-index of the section below, it still doesn't work. What could be the reason. Has anyone found a solution to a similar error before?&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>tailwindcss</category>
      <category>nextjs</category>
    </item>
  </channel>
</rss>
