<?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: Ishtyaque Ahmed</title>
    <description>The latest articles on DEV Community by Ishtyaque Ahmed (@iamishtyaque).</description>
    <link>https://dev.to/iamishtyaque</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%2F1061757%2Fe23aeeed-0649-4a6e-8dfb-cd0a82a68bad.png</url>
      <title>DEV Community: Ishtyaque Ahmed</title>
      <link>https://dev.to/iamishtyaque</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/iamishtyaque"/>
    <language>en</language>
    <item>
      <title>My First Post</title>
      <dc:creator>Ishtyaque Ahmed</dc:creator>
      <pubDate>Mon, 01 May 2023 09:10:18 +0000</pubDate>
      <link>https://dev.to/iamishtyaque/my-first-post-1noi</link>
      <guid>https://dev.to/iamishtyaque/my-first-post-1noi</guid>
      <description>&lt;p&gt;Hello World&lt;/p&gt;

&lt;p&gt;I am Ishtyaque Ahmed. I am 23 years old. Passionate learner. Uberman Sleeper and A Husbend and Dad.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Learning CSS In Depth</title>
      <dc:creator>Ishtyaque Ahmed</dc:creator>
      <pubDate>Sun, 09 Apr 2023 09:30:54 +0000</pubDate>
      <link>https://dev.to/iamishtyaque/learning-css-in-depth-nfl</link>
      <guid>https://dev.to/iamishtyaque/learning-css-in-depth-nfl</guid>
      <description>&lt;p&gt;CSS rendered up to buttom. If I assign a variable in line 5 and then again reassign it in line 10. Then the assignment of line 10 is the updated. This is also the case of CSS.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;// This is the oldest StyleSheet
&amp;lt;link rel="stylesheet" href="styles.css"&amp;gt;
&amp;lt;title&amp;gt;Document&amp;lt;/title&amp;gt;

//This the semi modern stylesheet
&amp;lt;style&amp;gt;
  p {
    color: purple;
  }
&amp;lt;/style&amp;gt;

&amp;lt;body&amp;gt;
 &amp;lt;h1 styel="color:gray;"&amp;gt;I'am writing a blog post&amp;lt;/h1&amp;gt;

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Most Updated Style Rule will be applied.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
