<?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: Ahmed Zisan</title>
    <description>The latest articles on DEV Community by Ahmed Zisan (@wkazisan).</description>
    <link>https://dev.to/wkazisan</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%2F481014%2Fed87a295-93fc-46cb-85c9-5080c38b84fd.jpg</url>
      <title>DEV Community: Ahmed Zisan</title>
      <link>https://dev.to/wkazisan</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wkazisan"/>
    <language>en</language>
    <item>
      <title>Mastering Flexbox Made Easy with This Interactive CodePen Playground</title>
      <dc:creator>Ahmed Zisan</dc:creator>
      <pubDate>Fri, 30 May 2025 05:31:22 +0000</pubDate>
      <link>https://dev.to/wkazisan/mastering-flexbox-made-easy-with-this-interactive-codepen-playground-3l5e</link>
      <guid>https://dev.to/wkazisan/mastering-flexbox-made-easy-with-this-interactive-codepen-playground-3l5e</guid>
      <description>&lt;p&gt;I recently discovered an incredibly useful tool for mastering CSS Flexbox: the &lt;a href="https://codepen.io/enxaneta/pen/adLPwv" rel="noopener noreferrer"&gt;Flexbox Playground by Enxaneta on CodePen&lt;/a&gt;. This interactive playground offers a hands-on approach to learning Flexbox, allowing you to experiment with various properties and see the results in real-time.&lt;/p&gt;




&lt;h3&gt;
  
  
  🔍 What Makes It Stand Out?
&lt;/h3&gt;

&lt;p&gt;The Flexbox Playground provides an intuitive interface where you can manipulate key Flexbox properties such as:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;code&gt;flex-direction&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;justify-content&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;align-items&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;flex-wrap&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;align-content&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;align-self&lt;/code&gt;(&lt;a href="https://codepen.io/enxaneta/full/adLPwv/" rel="noopener noreferrer"&gt;CodePen&lt;/a&gt;, &lt;a href="https://codepen.io/enxaneta/pen/adLPwv" rel="noopener noreferrer"&gt;CodePen&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;By adjusting these settings, you can observe how elements respond within a flex container, making it easier to grasp the behavior of Flexbox layouts.&lt;/p&gt;




&lt;h3&gt;
  
  
  🎯 Why It's Beneficial for Learners
&lt;/h3&gt;

&lt;p&gt;For those delving into web development, especially beginners, this playground serves as an excellent resource to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Visualize the impact of different Flexbox properties instantly.&lt;/li&gt;
&lt;li&gt;Experiment without the need to write extensive code.&lt;/li&gt;
&lt;li&gt;Build a strong foundational understanding of responsive design principles.&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;Incorporating this tool into your learning journey can significantly enhance your comprehension of Flexbox. It's a practical, user-friendly platform that brings CSS concepts to life. Give it a try and elevate your web development skills!&lt;/p&gt;

</description>
      <category>flexbox</category>
      <category>webdev</category>
      <category>css</category>
    </item>
    <item>
      <title>Help Needed: Sidebar Not Working Properly in My Project</title>
      <dc:creator>Ahmed Zisan</dc:creator>
      <pubDate>Thu, 27 Mar 2025 00:17:45 +0000</pubDate>
      <link>https://dev.to/wkazisan/help-needed-sidebar-not-working-properly-in-my-project-5i3</link>
      <guid>https://dev.to/wkazisan/help-needed-sidebar-not-working-properly-in-my-project-5i3</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.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%2Fs3q4o1wtjs2yl20tvcl9.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.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%2Fs3q4o1wtjs2yl20tvcl9.png" alt=" " width="800" height="363"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Hey everyone, I'm currently working on a project where I have a sidebar, but it's not working properly. I'm a beginner in HTML and CSS, and I need some guidance on what might be wrong.&lt;br&gt;
Live Preview:&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://wkazisan.github.io/Code-Journey/practice/css/examples/boxes.html" rel="noopener noreferrer"&gt;Live View&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 HTML: &lt;a href="https://github.com/wkazisan/Code-Journey/blob/main/practice/css/examples/boxes.html" rel="noopener noreferrer"&gt;boxes.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📌 CSS:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/wkazisan/Code-Journey/blob/main/practice/css/examples/boxes.css" rel="noopener noreferrer"&gt;boxes.css&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/wkazisan/Code-Journey/blob/main/practice/css/learn/css/nav.css" rel="noopener noreferrer"&gt;nav.css&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;What I Need Help With:&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;The sidebar is not behaving as expected (e.g., layout issues, not sticking, overlapping, etc.).

I want to fix it using only HTML and CSS (no JavaScript).

Any improvements or best practices would also be appreciated!
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;Questions:&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;How can I make sure the sidebar stays in the correct position?

Are there any common mistakes I should check in my CSS?

Any beginner-friendly tips to improve the sidebar's design and functionality?
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;I’d really appreciate any advice or suggestions! Thanks in advance! 😊&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>help</category>
      <category>css</category>
      <category>webdev</category>
    </item>
    <item>
      <title>আমি অনেক</title>
      <dc:creator>Ahmed Zisan</dc:creator>
      <pubDate>Wed, 12 Mar 2025 06:22:22 +0000</pubDate>
      <link>https://dev.to/wkazisan/aami-anek-2859</link>
      <guid>https://dev.to/wkazisan/aami-anek-2859</guid>
      <description>&lt;p&gt;আমি ওয়েব ডেভেলপমেন্ট শেখা শুরু করি ২০২০ সালে, আর এখন ২০২৫ সাল। এই ২০২০ সালের অক্টোবরে যে ছেড়েছিলাম আজ আবার ফিরে এসেছি, ইতিমধ্যে প্রায় সবই ভুলে গেছি, কিন্তু এখন আমি আবার শিখতে চাই। জানিনা হাতে কেমন সময় আছে, এতো তা বড় হবার পর কোন লাভ হবে কিনা তবুও চেষ্টা করা যায়। &lt;/p&gt;

</description>
      <category>webdev</category>
      <category>start</category>
    </item>
    <item>
      <title>Tooltip Using HTML/CSS</title>
      <dc:creator>Ahmed Zisan</dc:creator>
      <pubDate>Thu, 22 Oct 2020 12:38:43 +0000</pubDate>
      <link>https://dev.to/wkazisan/tooltip-using-html-css-4ljc</link>
      <guid>https://dev.to/wkazisan/tooltip-using-html-css-4ljc</guid>
      <description>&lt;p&gt;Hello Folk!&lt;br&gt;
See my new design using HTML and CSS by Codepen.&lt;br&gt;
Suggest me something new.&lt;/p&gt;

&lt;p&gt;Happy Development.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/wkzisan/embed/gOraLBZ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Tooltip Using HTML/CSS</title>
      <dc:creator>Ahmed Zisan</dc:creator>
      <pubDate>Tue, 06 Oct 2020 17:05:43 +0000</pubDate>
      <link>https://dev.to/wkazisan/tooltip-using-html-css-3ahk</link>
      <guid>https://dev.to/wkazisan/tooltip-using-html-css-3ahk</guid>
      <description>&lt;p&gt;Hello Folk!&lt;br&gt;
See my new work made by HTML5 &amp;amp; CSS3.&lt;br&gt;
Copy From w3schools and host on codepen.&lt;/p&gt;

&lt;p&gt;Hover Over Image...&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/wkazisan/embed/gOraLBZ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Comment if you like!&lt;/p&gt;

&lt;p&gt;Happy Learning web developers.&lt;br&gt;
Happy web development.&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>Overlay 1.4</title>
      <dc:creator>Ahmed Zisan</dc:creator>
      <pubDate>Mon, 05 Oct 2020 19:40:49 +0000</pubDate>
      <link>https://dev.to/wkazisan/overlay-1-4-33kg</link>
      <guid>https://dev.to/wkazisan/overlay-1-4-33kg</guid>
      <description>&lt;p&gt;Hello Folk! See my new work using HTML and CSS. Hosted on Codepen &amp;amp; copied from w3schools...&lt;/p&gt;

&lt;p&gt;If like then leave a comment &amp;amp; suggest something new.&lt;/p&gt;

&lt;p&gt;Please Hover Over Images...&lt;br&gt;
&lt;iframe height="600" src="https://codepen.io/wkazisan/embed/vYGxZyE?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Happy Learning...&lt;br&gt;
Happy Web Development...&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Animation Using Transform</title>
      <dc:creator>Ahmed Zisan</dc:creator>
      <pubDate>Sun, 04 Oct 2020 09:11:36 +0000</pubDate>
      <link>https://dev.to/wkazisan/animation-using-transform-4ag5</link>
      <guid>https://dev.to/wkazisan/animation-using-transform-4ag5</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/wkazisan/embed/vYGOOga?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;Hello Folk!&lt;br&gt;
See my animation made by HTML5 &amp;amp; CSS3.&lt;br&gt;
Copy From w3schools and host on codepen.&lt;br&gt;
Comment if you like!&lt;br&gt;
Happy Learning web developers.&lt;br&gt;
Happy web development.&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Animation Timing Function</title>
      <dc:creator>Ahmed Zisan</dc:creator>
      <pubDate>Sat, 03 Oct 2020 20:22:46 +0000</pubDate>
      <link>https://dev.to/wkazisan/animation-timing-function-4e46</link>
      <guid>https://dev.to/wkazisan/animation-timing-function-4e46</guid>
      <description>&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/wkazisan/embed/wvGegVJ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;p&gt;See different on Animation Timing Function Values...&lt;br&gt;
Happy Learning...&lt;br&gt;
Happy Development...&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>css</category>
      <category>html</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
