<?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: Noor Baloch</title>
    <description>The latest articles on DEV Community by Noor Baloch (@noorblch).</description>
    <link>https://dev.to/noorblch</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%2F674044%2Fecfdadff-22c3-47b5-97a1-3d15dfa417e5.png</url>
      <title>DEV Community: Noor Baloch</title>
      <link>https://dev.to/noorblch</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/noorblch"/>
    <language>en</language>
    <item>
      <title>How to create a beautiful tab using bootstrap?</title>
      <dc:creator>Noor Baloch</dc:creator>
      <pubDate>Mon, 06 Mar 2023 15:28:01 +0000</pubDate>
      <link>https://dev.to/noorblch/how-to-create-a-beautiful-tab-using-bootstrap-2fj0</link>
      <guid>https://dev.to/noorblch/how-to-create-a-beautiful-tab-using-bootstrap-2fj0</guid>
      <description>&lt;p&gt;Bootstrap provides a range of classes and styles that you can use to create beautiful and functional tabs on your web page. Contrast is also an essential aspect of creating a visually appealing design.&lt;/p&gt;

&lt;p&gt;Here are the steps to create a beautiful tab using Bootstrap.&lt;/p&gt;

&lt;p&gt;1- Add the necessary files: Add Bootstrap CSS and JS files, and jQuery to your web page.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;`&amp;lt;link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"&amp;gt;
&amp;lt;script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"&amp;gt;&amp;lt;/script&amp;gt;
&amp;lt;script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"&amp;gt;&amp;lt;/script&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;`&lt;br&gt;
2- Create the HTML markup for the tab structure using the Bootstrap tab component. You can include as many tabs as you want, and you can also customize the appearance of each tab.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;/code&gt;`&lt;/p&gt;


&lt;ul&gt;

    &lt;li&gt;

      Tab 1
    &lt;/li&gt;

    &lt;li&gt;

      Tab 2
    &lt;/li&gt;

    &lt;li&gt;

      Tab 3
    &lt;/li&gt;

  &lt;/ul&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;  &amp;lt;p&amp;gt;Tab 1 content goes here.&amp;lt;/p&amp;gt;


  &amp;lt;p&amp;gt;Tab 2 content goes here.&amp;lt;/p&amp;gt;


  &amp;lt;p&amp;gt;Tab 3 content goes here.&amp;lt;/p&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;`&lt;code&gt;&lt;/code&gt;&lt;br&gt;
3- Add your custom styles to the tab component to enhance the appearance of the tab. Use contrast to create a visually appealing design. For example, you can use a light background color for the active tab and a darker color for the inactive tabs.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;&lt;/code&gt;`&lt;br&gt;
.nav-tabs .nav-link.active {&lt;br&gt;
  background-color: #f8f9fa;&lt;br&gt;
  border-color: #dee2e6 #dee2e6 #fff;&lt;br&gt;
  color: #495057;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.nav-tabs .nav-link {&lt;br&gt;
  border: 1px solid #dee2e6;&lt;br&gt;
  color: #495057;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.nav-tabs .nav-link:hover {&lt;br&gt;
  border-color: #e9ecef #e9ecef #dee2e6;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;.tab-content {&lt;br&gt;
  background-color: #fff;&lt;br&gt;
  border: 1px solid #dee2e6;&lt;br&gt;
  border-top: none;&lt;br&gt;
  padding: 20px;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;`&lt;code&gt;&lt;/code&gt;&lt;br&gt;
4- Save and test your web page to see the beautiful tab design.&lt;br&gt;
By following these steps, you can create a beautiful tab using Bootstrap and contrast. You can further customize the design by using different colors, fonts, and other CSS styles.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>beginners</category>
      <category>bootstrap</category>
      <category>css</category>
    </item>
    <item>
      <title>What is AWS?</title>
      <dc:creator>Noor Baloch</dc:creator>
      <pubDate>Sun, 11 Dec 2022 11:30:05 +0000</pubDate>
      <link>https://dev.to/noorblch/aws-3bem</link>
      <guid>https://dev.to/noorblch/aws-3bem</guid>
      <description>&lt;p&gt;𝐖𝐡𝐚𝐭 𝐢𝐬 𝐀𝐖𝐒?&lt;br&gt;
AWS (Amazon Web Services) is a cloud computing platform from Amazon that provides customers with a broad set of global compute, storage, database, analytics, application, and deployment services. AWS helps companies of all sizes quickly and cost-effectively build, deploy, and scale applications, websites, and services.&lt;br&gt;
𝐖𝐡𝐲 𝐰𝐞 𝐮𝐬𝐞 𝐀𝐖𝐒?&lt;br&gt;
We use AWS because it is a reliable, secure, and cost-effective cloud computing platform. It provides a wide range of services such as storage, analytics, application development, deployment, and more. AWS also offers scalability, which allows businesses to quickly scale up their operations when needed. Additionally, AWS has a global network of data centers and provides customers with the ability to quickly deploy and manage resources in multiple regions. This makes it an ideal platform for businesses looking to quickly launch and expand their operations.&lt;br&gt;
&lt;a href="https://apnadeveloper.com" rel="noopener noreferrer"&gt;AWS VM Service&lt;/a&gt;&lt;/p&gt;

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