<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[My first project using HTML and CSS]]></title><description><![CDATA[My first project using HTML and CSS]]></description><link>https://my-first-project-using-htlm-and-css.hashnode.dev</link><generator>RSS for Node</generator><lastBuildDate>Sat, 20 Jun 2026 22:11:12 GMT</lastBuildDate><atom:link href="https://my-first-project-using-htlm-and-css.hashnode.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[How I Built My First Responsive Website Using HTML and CSS]]></title><description><![CDATA[Introduction
As a begginer in web development, I wanted to put my learning into practice. I followed a YouTube tutorial and built my first responsive website using just HTML and CSS. This was a huge step for me beacause it was the first time I turned...]]></description><link>https://my-first-project-using-htlm-and-css.hashnode.dev/how-i-built-my-first-responsive-website-using-html-and-css</link><guid isPermaLink="true">https://my-first-project-using-htlm-and-css.hashnode.dev/how-i-built-my-first-responsive-website-using-html-and-css</guid><category><![CDATA[Begginer]]></category><dc:creator><![CDATA[Deepak shahi]]></dc:creator><pubDate>Sun, 14 Sep 2025 07:59:23 GMT</pubDate><content:encoded><![CDATA[<h1 id="heading-introduction">Introduction</h1>
<p>As a begginer in web development, I wanted to put my learning into practice. I followed a YouTube tutorial and built my first responsive website using just HTML and CSS. This was a huge step for me beacause it was the first time I turned code into something that actually looked like real website. In this blog, I’ll share what I built, What I learned, and how it helped me grow as a developer.</p>
<h2 id="heading-what-i-learned">What I Learned</h2>
<p>While building this project, I learned:</p>
<ul>
<li><p>How to structure a webpage using semantic HTML</p>
</li>
<li><p>How to style layouts with CSS</p>
</li>
<li><p>The importance of using flexbox and grid</p>
</li>
<li><p>How to apply media queries to make a design mobile friendly website.</p>
</li>
</ul>
<h3 id="heading-challenges-i-faced">Challenges I Faced</h3>
<ul>
<li><p>At first, the navigation bar wasn’t aligning properly. I had to learn how flexbox works.</p>
</li>
<li><p>Understanding relative vs absolute units(px, %, rem, em) was tricky.</p>
</li>
<li><p>Making the layout look good on both big and small screens took some trial and error.</p>
</li>
</ul>
<h3 id="heading-heres-the-landscape-and-portrait-view-of-my-project">Here’s the Landscape and Portrait view of my project</h3>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1757835287296/63f39cc4-a77b-4b65-bc98-8c47f82415eb.png" alt class="image--center mx-auto" /></p>
<p><img src="https://cdn.hashnode.com/res/hashnode/image/upload/v1757835493102/32e6652b-5b5e-4792-8682-581490783729.png" alt class="image--center mx-auto" /></p>
<h3 id="heading-conclusion">Conclusion</h3>
<p>This project may look small , but it was a big milestone for me. It gave me confidence that i can actually build something from what i learn and also it boosts my motivation to learn and do more. If you’re also starting web development, I recommend trying to build a responsive site with just HTML and CSS - it teaches you the core fundamentals you’ll use in every project.</p>
]]></content:encoded></item></channel></rss>