<?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: Muskan Bhandari</title>
    <description>The latest articles on DEV Community by Muskan Bhandari (@muskanbhandari9).</description>
    <link>https://dev.to/muskanbhandari9</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%2F451926%2F4edc8ec9-f81c-4049-99b9-c7ffd10762e6.jpg</url>
      <title>DEV Community: Muskan Bhandari</title>
      <link>https://dev.to/muskanbhandari9</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/muskanbhandari9"/>
    <language>en</language>
    <item>
      <title>Creating a modern beautiful and responsive button</title>
      <dc:creator>Muskan Bhandari</dc:creator>
      <pubDate>Sun, 23 Aug 2020 04:11:40 +0000</pubDate>
      <link>https://dev.to/muskanbhandari9/creating-a-modern-beautiful-and-responsive-button-499p</link>
      <guid>https://dev.to/muskanbhandari9/creating-a-modern-beautiful-and-responsive-button-499p</guid>
      <description>&lt;p&gt;In this post , I'll show you how you can make responsive button for your websites using plain HTML and CSS. So let's get started.&lt;br&gt;
Here the markup you need to follow this tutorial.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fhh6w26g6utesoydaep4j.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fhh6w26g6utesoydaep4j.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I've created a class "button-container" to&lt;br&gt;
use the flexbox property.&lt;/p&gt;

&lt;p&gt;And here's the CSS for the button:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgxnrqlgo0gydu4f465ra.PNG" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fi%2Fgxnrqlgo0gydu4f465ra.PNG" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The "cursor:pointer" changes the mouse cursor to pointer and the "font-size" and "height" are in rem unit just to make the button responsive.The "border:none" removes the annoying border and "border-radius:10px" makes the button edges circular (which is just nice).The "color" and "background-color" attribute are one's choice.&lt;br&gt;
The "outline:none" removes the outline drawn around the button when it is clicked. The "box-shadow" property is to give the button some shadow.&lt;br&gt;
And I've used some pseudo classes&lt;br&gt;
The "filter:brightness(110%)" property increases the brightness of the button when we hover over it like it is changing the color.&lt;br&gt;
The "transform:translate(0,0.3rem)" moves the button to the Y-direction&lt;/p&gt;

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