<?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: Marwan Benznana</title>
    <description>The latest articles on DEV Community by Marwan Benznana (@benz_marwan).</description>
    <link>https://dev.to/benz_marwan</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%2F928720%2F8d2db9af-241d-4e21-a6f7-907cd4603be4.jpg</url>
      <title>DEV Community: Marwan Benznana</title>
      <link>https://dev.to/benz_marwan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/benz_marwan"/>
    <language>en</language>
    <item>
      <title>What is the most effective way for implementing responsive design with media query CSS?</title>
      <dc:creator>Marwan Benznana</dc:creator>
      <pubDate>Tue, 28 Nov 2023 22:54:05 +0000</pubDate>
      <link>https://dev.to/benz_marwan/what-is-the-most-effective-way-for-implementing-responsive-design-with-media-query-css-3m16</link>
      <guid>https://dev.to/benz_marwan/what-is-the-most-effective-way-for-implementing-responsive-design-with-media-query-css-3m16</guid>
      <description>&lt;p&gt;Hello, I need the most effective method for making a website design responsive on all screens with to minimize the use of CSS media queries.&lt;/p&gt;

</description>
      <category>css</category>
      <category>media</category>
      <category>scss</category>
      <category>help</category>
    </item>
    <item>
      <title>What best method to create an opening website homepage animation with css animation keyframes or with Js libraries? and why?</title>
      <dc:creator>Marwan Benznana</dc:creator>
      <pubDate>Wed, 21 Sep 2022 23:29:13 +0000</pubDate>
      <link>https://dev.to/benz_marwan/what-best-method-to-create-an-opening-website-homepage-animation-with-css-animation-keyframes-m-or-with-js-libraries-and-why-ia</link>
      <guid>https://dev.to/benz_marwan/what-best-method-to-create-an-opening-website-homepage-animation-with-css-animation-keyframes-m-or-with-js-libraries-and-why-ia</guid>
      <description></description>
      <category>animation</category>
      <category>css</category>
      <category>javascript</category>
      <category>react</category>
    </item>
    <item>
      <title>I need like this in a different way any volunteer?</title>
      <dc:creator>Marwan Benznana</dc:creator>
      <pubDate>Mon, 19 Sep 2022 09:58:41 +0000</pubDate>
      <link>https://dev.to/benz_marwan/i-need-like-this-in-a-different-way-any-volunteer-41mf</link>
      <guid>https://dev.to/benz_marwan/i-need-like-this-in-a-different-way-any-volunteer-41mf</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;div class="home-border"&amp;gt;
      &amp;lt;div class="left-border"&amp;gt;&amp;lt;/div&amp;gt;
      &amp;lt;div class="right-border"&amp;gt;&amp;lt;/div&amp;gt;
      &amp;lt;div class="top-border"&amp;gt;&amp;lt;/div&amp;gt;
      &amp;lt;div class="bottom-border"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;





&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;style&amp;gt;
/* Borders */
.home-border {
  position: relative;
}
.home-border .left-border {
  position: absolute;
  height: 100vh;
  width: 2px;
  background-color: var(--main-color);
  top: 0;
  left: 10px;
}
.home-border .right-border {
  position: absolute;
  height: 100vh;
  width: 2px;
  background-color: var(--main-color);
  top: 0;
  right: 10px;
}
.home-border .top-border {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--main-color);
  top: 10px;
  left: 0;
}
.home-border .bottom-border {
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: var(--main-color);
  top: 98.8vh;
  left: 0;
}
/* End Borders */
&amp;lt;/style&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--xtEMqFhO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/25877fzmis46x7b8smeg.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--xtEMqFhO--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/25877fzmis46x7b8smeg.PNG" alt="Image description" width="880" height="492"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>css</category>
      <category>flex</category>
      <category>design</category>
      <category>challenge</category>
    </item>
  </channel>
</rss>
