<?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: Priyeo Kendua</title>
    <description>The latest articles on DEV Community by Priyeo Kendua (@priyeo_kendua_11c01095784).</description>
    <link>https://dev.to/priyeo_kendua_11c01095784</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%2F3901894%2F60aded05-c524-4103-8a30-f8bd550892ca.png</url>
      <title>DEV Community: Priyeo Kendua</title>
      <link>https://dev.to/priyeo_kendua_11c01095784</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/priyeo_kendua_11c01095784"/>
    <language>en</language>
    <item>
      <title>Mymensingh Polytechnic Institute</title>
      <dc:creator>Priyeo Kendua</dc:creator>
      <pubDate>Tue, 28 Apr 2026 07:56:30 +0000</pubDate>
      <link>https://dev.to/priyeo_kendua_11c01095784/mymensingh-polytechnic-institute-26c0</link>
      <guid>https://dev.to/priyeo_kendua_11c01095784/mymensingh-polytechnic-institute-26c0</guid>
      <description>&lt;p&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
  Region Ahmed | Portfolio

&lt;p&gt;&amp;lt;br&amp;gt;
    * {&amp;lt;br&amp;gt;
      box-sizing: border-box;&amp;lt;br&amp;gt;
    }&amp;lt;/p&amp;gt;
&amp;lt;div class="highlight"&amp;gt;&amp;lt;pre class="highlight plaintext"&amp;gt;&amp;lt;code&amp;gt;:root {
  --bg: #f4f4f4;
  --text: #222;
  --card: #fff;
  --primary: #0077ff;
}

body.dark {
  --bg: #0f172a;
  --text: #e2e8f0;
  --card: #1e293b;
  --primary: #38bdf8;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  transition: 0.3s;
}

header {
  background: linear-gradient(135deg, var(--primary), #00c6ff);
  color: white;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}

header h1 {
  margin: 0;
  font-size: 34px;
}

header p {
  margin-top: 10px;
  font-size: 16px;
}

.toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  background: white;
  font-weight: bold;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 15px;
}

.card {
  background: var(--card);
  padding: 20px;
  margin: 15px 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
}

h2 {
  color: var(--primary);
}

/* PROJECTS */
.projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.project {
  padding: 15px;
  border-radius: 10px;
  background: var(--card);
  border: 1px solid #ccc;
}

/* CONTACT&amp;amp;lt;!DOCTYPE html&amp;amp;gt;
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;
&amp;lt;p&amp;gt;&amp;lt;html lang="bn"&amp;gt;&amp;lt;br&amp;gt;
&amp;lt;head&amp;gt;&amp;lt;br&amp;gt;
  &amp;lt;meta charset="UTF-8"&amp;gt;&amp;lt;br&amp;gt;
  &amp;lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&amp;gt;&amp;lt;br&amp;gt;
  &amp;lt;title&amp;gt;Region Ahmed | Portfolio&amp;lt;/title&amp;gt;&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;&amp;lt;style&amp;gt;&amp;lt;br&amp;gt;
    * {&amp;lt;br&amp;gt;
      box-sizing: border-box;&amp;lt;br&amp;gt;
    }&amp;lt;/p&amp;gt;
&amp;lt;div class="highlight"&amp;gt;&amp;lt;pre class="highlight plaintext"&amp;gt;&amp;lt;code&amp;gt;:root {
  --bg: #f4f4f4;
  --text: #222;
  --card: #fff;
  --primary: #0077ff;
}

body.dark {
  --bg: #0f172a;
  --text: #e2e8f0;
  --card: #1e293b;
  --primary: #38bdf8;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  transition: 0.3s;
}

header {
  background: linear-gradient(135deg, var(--primary), #00c6ff);
  color: white;
  text-align: center;
  padding: 50px 20px;
  position: relative;
}

header h1 {
  margin: 0;
  font-size: 34px;
}

header p {
  margin-top: 10px;
  font-size: 16px;
}

.toggle {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 12px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
  background: white;
  font-weight: bold;
}

.container {
  max-width: 900px;
  margin: auto;
  padding: 15px;
}

.card {
  background: var(--card);
  padding: 20px;
  margin: 15px 0;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s;
}

h2 {
  color: var(--primary);
}

/* PROJECTS */
.projects {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
}

.project {
  padding: 15px;
  border-radius: 10px;
  background: var(--card);
  border: 1px solid #ccc;
}

/* CONTACT
&amp;lt;/code&amp;gt;&amp;lt;/pre&amp;gt;&amp;lt;/div&amp;gt;&lt;/p&gt;

</description>
      <category>mobile</category>
    </item>
  </channel>
</rss>
