<?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: Haripriya shivakumar</title>
    <description>The latest articles on DEV Community by Haripriya shivakumar (@haripriya_shivakumar_b089).</description>
    <link>https://dev.to/haripriya_shivakumar_b089</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%2F3603227%2Fb41b1ec4-ae4b-4163-bdc2-e8f1142f1952.png</url>
      <title>DEV Community: Haripriya shivakumar</title>
      <link>https://dev.to/haripriya_shivakumar_b089</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/haripriya_shivakumar_b089"/>
    <language>en</language>
    <item>
      <title>🚫 Simple &amp; Clean 404 Error Page — HTML &amp; CSS</title>
      <dc:creator>Haripriya shivakumar</dc:creator>
      <pubDate>Mon, 17 Nov 2025 15:11:16 +0000</pubDate>
      <link>https://dev.to/haripriya_shivakumar_b089/simple-clean-404-error-page-html-css-j3o</link>
      <guid>https://dev.to/haripriya_shivakumar_b089/simple-clean-404-error-page-html-css-j3o</guid>
      <description>&lt;p&gt;A 404 page is shown when a user tries to open a page that doesn’t exist.&lt;br&gt;
So I created a simple and responsive 404 Error Page using HTML and CSS.&lt;/p&gt;

&lt;p&gt;This is perfect for beginners and helps you understand:&lt;br&gt;
✔ Centering content&lt;br&gt;
✔ Basic styling&lt;br&gt;
✔ Responsiveness&lt;br&gt;
✔ UI layout design&lt;/p&gt;

&lt;p&gt;🛠 🔧 Tech Used&lt;br&gt;
HTML5&lt;br&gt;
CSS3&lt;br&gt;
No frameworks. Pure frontend.&lt;/p&gt;

&lt;p&gt;📌 ✨ Features&lt;br&gt;
Clean and modern UI&lt;br&gt;
Fully responsive&lt;br&gt;
Minimal &amp;amp; simple&lt;br&gt;
Easy to integrate in any website&lt;/p&gt;

&lt;p&gt;🚀 Live Demo&lt;/p&gt;

&lt;p&gt;👉 [View Live Project]&lt;a href="https://haripriya1227.github.io/Error-Page-404/" rel="noopener noreferrer"&gt;https://haripriya1227.github.io/Error-Page-404/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🗂 GitHub Repository&lt;br&gt;
👉 [View Code on GitHub]&lt;br&gt;
&lt;a href="https://github.com/haripriya1227/Error-Page-404" rel="noopener noreferrer"&gt;https://github.com/haripriya1227/Error-Page-404&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💬 About &lt;br&gt;
This project is a minimal and responsive 404 Error Page created using only HTML and CSS.&lt;br&gt;
The goal was to design a clean interface that clearly communicates that the requested page doesn’t exist, while still maintaining a simple and user-friendly layout.&lt;/p&gt;

&lt;p&gt;The page features a bold “404” heading, a short message, and a button to return to the homepage.&lt;br&gt;
It is built with a centered flex layout and clean typography to ensure it looks good on all screen sizes.&lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts, suggestions, or feedback! 😊&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
      <category>frontend</category>
    </item>
    <item>
      <title>Modern &amp; Responsive Pricing Card UI | Built with HTML, CSS, and JavaScript</title>
      <dc:creator>Haripriya shivakumar</dc:creator>
      <pubDate>Sun, 09 Nov 2025 16:23:37 +0000</pubDate>
      <link>https://dev.to/haripriya_shivakumar_b089/modern-responsive-pricing-card-ui-built-with-html-css-and-javascript-52po</link>
      <guid>https://dev.to/haripriya_shivakumar_b089/modern-responsive-pricing-card-ui-built-with-html-css-and-javascript-52po</guid>
      <description>&lt;p&gt;Hey everyone👋  &lt;/p&gt;

&lt;p&gt;I just built my first frontend project — a clean and modern Pricing Card UI using HTML, CSS and JavaScript.&lt;br&gt;&lt;br&gt;
This project helped me understand layout design, shadows, and responsive alignment.&lt;/p&gt;

&lt;p&gt;🧩 Project Overview&lt;br&gt;
The goal of this project was to design a clean and responsive pricing section similar to what you’d see on SaaS or startup websites.  &lt;/p&gt;

&lt;p&gt;It includes:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Three pricing cards (Starter, Pro, and Enterprise)&lt;/li&gt;
&lt;li&gt;Smooth hover effects and box shadows&lt;/li&gt;
&lt;li&gt;Flexible layout built with Flexbox&lt;/li&gt;
&lt;li&gt;A professional and minimal color scheme&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;💻 Tech Stack Used&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;HTML5 – Structure
&lt;/li&gt;
&lt;li&gt;CSS3 – Layout, design, and responsiveness
&lt;/li&gt;
&lt;li&gt;JavaScript (Vanilla) – Simple interactivity
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🚀 Live Demo&lt;br&gt;&lt;br&gt;
👉 [View Live Project]&lt;a href="https://haripriya1227.github.io/Pricing-card/" rel="noopener noreferrer"&gt;https://haripriya1227.github.io/Pricing-card/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🗂 GitHub Repository&lt;br&gt;&lt;br&gt;
👉 [View Code on GitHub]&lt;br&gt;
&lt;a href="https://github.com/haripriya1227/Pricing-card" rel="noopener noreferrer"&gt;https://github.com/haripriya1227/Pricing-card&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;🗣 Reflections&lt;br&gt;
This project was a small but meaningful step toward building a strong portfolio.&lt;br&gt;&lt;br&gt;
I realized how much impact simple, clean UI can have on a user’s impression.  &lt;/p&gt;

&lt;p&gt;I’d love to hear your thoughts, suggestions, or feedback! 😊&lt;br&gt;&lt;br&gt;
If you’re also learning frontend, feel free to connect with me here &lt;/p&gt;

&lt;p&gt;🏷 Tags&lt;/p&gt;

&lt;h1&gt;
  
  
  webdev #frontend #html #css #javascript #showdev
&lt;/h1&gt;

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