<?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: Mahmoud Elaraby</title>
    <description>The latest articles on DEV Community by Mahmoud Elaraby (@mody380).</description>
    <link>https://dev.to/mody380</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%2F442638%2F70ad2273-c0db-44c4-ac8b-97c42fb869be.jpg</url>
      <title>DEV Community: Mahmoud Elaraby</title>
      <link>https://dev.to/mody380</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mody380"/>
    <language>en</language>
    <item>
      <title>Cool tip 👍😉</title>
      <dc:creator>Mahmoud Elaraby</dc:creator>
      <pubDate>Thu, 07 Aug 2025 08:24:09 +0000</pubDate>
      <link>https://dev.to/mody380/cool-tip-2ifo</link>
      <guid>https://dev.to/mody380/cool-tip-2ifo</guid>
      <description>&lt;p&gt;Instagram vibe: The gradient background and glowing hover effect mimic trendy social media aesthetics.Simple to use: Just add the glow-btn class to any  for instant flair.Customizable: Swap gradient colors or adjust box-shadow for different glow intensities.&lt;br&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;button class="glow-btn"&amp;gt;Click Me!&amp;lt;/button&amp;gt;

&amp;lt;style&amp;gt;
.glow-btn {
  padding: 12px 24px;
  font-size: 16px;
  color: white;
  background: linear-gradient(45deg, #ff0066, #00ccff);
  border: none;
  border-radius: 25px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.glow-btn:hover {
  box-shadow: 0 0 15px rgba(255, 0, 102, 0.8), 0 0 30px rgba(0, 204, 255, 0.5);
  transition: box-shadow 0.3s ease;
}
&amp;lt;/style&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>html</category>
      <category>css</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>Css Trend 😭</title>
      <dc:creator>Mahmoud Elaraby</dc:creator>
      <pubDate>Thu, 07 Aug 2025 08:01:33 +0000</pubDate>
      <link>https://dev.to/mody380/no-comment-3fjp</link>
      <guid>https://dev.to/mody380/no-comment-3fjp</guid>
      <description>&lt;p&gt;&lt;strong&gt;CSS trick using backdrop-filter for a frosted glass effect on a navigation bar, giving it a modern, sleek look that's trending in web design:&lt;/strong&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;nav class="frosted-nav"&amp;gt;
  &amp;lt;ul&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;Home&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;About&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;&amp;lt;a href="#"&amp;gt;Contact&amp;lt;/a&amp;gt;&amp;lt;/li&amp;gt;
  &amp;lt;/ul&amp;gt;
&amp;lt;/nav&amp;gt;

&amp;lt;style&amp;gt;
body {
  margin: 0;
  height: 100vh;
  background: url('https://via.placeholder.com/1920x1080?text=Background') no-repeat center/cover;
  font-family: Arial, sans-serif;
}

.frosted-nav {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1); /* Semi-transparent base */
  backdrop-filter: blur(10px); /* Frosted glass effect */
  -webkit-backdrop-filter: blur(10px); /* For Safari support */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.frosted-nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 15px 0;
}

.frosted-nav li {
  margin: 0 20px;
}

.frosted-nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  transition: color 0.3s ease;
}

.frosted-nav a:hover {
  color: #ff0066; /* Pop of color on hover */
}
&amp;lt;/style&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>programming</category>
      <category>beginners</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>A nice website for the frontend developers</title>
      <dc:creator>Mahmoud Elaraby</dc:creator>
      <pubDate>Thu, 01 Apr 2021 15:31:35 +0000</pubDate>
      <link>https://dev.to/mody380/a-nice-website-for-the-frontend-developers-409e</link>
      <guid>https://dev.to/mody380/a-nice-website-for-the-frontend-developers-409e</guid>
      <description>&lt;p&gt;Link : &lt;a href="https://colorhunt.co/" rel="noopener noreferrer"&gt;https://colorhunt.co/&lt;/a&gt;&lt;br&gt;
1- What is Color Hunt?&lt;/p&gt;

&lt;p&gt;Color Hunt is an open collection of color palettes, created by Gal Shir. Color Hunt started as a personal small project built to share trendy color combinations between a group of designer friends. The collection scaled up and now being used daily as a handy resources by thousands of people all over the world. Color Hunt was created with the goal of celebrating the beauty of colors, and to serve as a go-to resource for color inspiration.&lt;/p&gt;

&lt;p&gt;2- Who is it for?&lt;/p&gt;

&lt;p&gt;Color Hunt serves thousands of color schemes for many different design and art purposes. The color palettes are being used by graphic designers, artists, illustrators, web developers, fashion designers, marketeers, interior designers, and more. People use Color Hunt to get color inspiration and find the perfect palette for their projects. Anyone can save their favorite palettes, manage their personal collection, and have a quick access to copy the color codes.&lt;/p&gt;

&lt;p&gt;3- Who creates the color palettes?&lt;/p&gt;

&lt;p&gt;You, the users, are the ones who create the palettes using Color Hunt’s palette creator. The collection is open, and everyone can create and submit their own color combination. That’s how we keep Color Hunt diverse, colorful, social and inspiring. Each palette is a public property and not owned by a specific creator, nor by Color Hunt.&lt;/p&gt;

</description>
      <category>css</category>
      <category>html</category>
      <category>bootstrap</category>
      <category>design</category>
    </item>
    <item>
      <title>Hey there , should i use linux on vmware for programming , or give me an advice thanks</title>
      <dc:creator>Mahmoud Elaraby</dc:creator>
      <pubDate>Mon, 22 Feb 2021 12:14:28 +0000</pubDate>
      <link>https://dev.to/mody380/hey-there-should-i-use-linux-on-vmware-for-programming-or-give-me-an-advice-thanks-4h2l</link>
      <guid>https://dev.to/mody380/hey-there-should-i-use-linux-on-vmware-for-programming-or-give-me-an-advice-thanks-4h2l</guid>
      <description></description>
      <category>linux</category>
      <category>programming</category>
      <category>codenewbie</category>
    </item>
    <item>
      <title>CSS Frameworks With Most Stars on GitHub ⭐</title>
      <dc:creator>Mahmoud Elaraby</dc:creator>
      <pubDate>Wed, 03 Feb 2021 13:37:05 +0000</pubDate>
      <link>https://dev.to/mody380/css-frameworks-with-most-stars-on-github-hb7</link>
      <guid>https://dev.to/mody380/css-frameworks-with-most-stars-on-github-hb7</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Bootstrap - 147K ⭐&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Semantic UI  - 48.9K ⭐&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Bulma - 42.4K ⭐&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Materialize - 38.3K ⭐&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Tailwind - 35.2K ⭐&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Foundation - 28.9K ⭐&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Which one is your favourite?&lt;/p&gt;

</description>
      <category>database</category>
      <category>html</category>
      <category>css</category>
      <category>bootstrap</category>
    </item>
    <item>
      <title>3 Useful Websites Everyone Should Know! 2021 🔥</title>
      <dc:creator>Mahmoud Elaraby</dc:creator>
      <pubDate>Mon, 25 Jan 2021 17:14:09 +0000</pubDate>
      <link>https://dev.to/mody380/3-useful-websites-everyone-should-know-2021-1j0n</link>
      <guid>https://dev.to/mody380/3-useful-websites-everyone-should-know-2021-1j0n</guid>
      <description>&lt;ol&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://t.co/vZrZ3XyPqG" rel="noopener noreferrer"&gt;https://t.co/vZrZ3XyPqG&lt;/a&gt; &lt;br&gt;
(Send Notes That Self-Destruct)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://t.co/DSTOyCfqw4" rel="noopener noreferrer"&gt;https://t.co/DSTOyCfqw4&lt;/a&gt;&lt;br&gt;
(Username, Domain &amp;amp; Trademark Search.)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://t.co/XdiEPd7TXO" rel="noopener noreferrer"&gt;https://t.co/XdiEPd7TXO&lt;/a&gt;&lt;br&gt;
(Take beautiful, high-resolution screen captures of websites.)&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>programming</category>
    </item>
    <item>
      <title>The best programming language is the one you know how to use.</title>
      <dc:creator>Mahmoud Elaraby</dc:creator>
      <pubDate>Fri, 31 Jul 2020 07:51:13 +0000</pubDate>
      <link>https://dev.to/mody380/the-best-programming-language-is-the-one-you-know-how-to-use-9ni</link>
      <guid>https://dev.to/mody380/the-best-programming-language-is-the-one-you-know-how-to-use-9ni</guid>
      <description></description>
    </item>
  </channel>
</rss>
