<?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: CyberSid</title>
    <description>The latest articles on DEV Community by CyberSid (@grussi48).</description>
    <link>https://dev.to/grussi48</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%2F1217530%2F7f13e5a6-8a89-47a1-a8be-d38a2a77d220.png</url>
      <title>DEV Community: CyberSid</title>
      <link>https://dev.to/grussi48</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/grussi48"/>
    <language>en</language>
    <item>
      <title>Help with CSS</title>
      <dc:creator>CyberSid</dc:creator>
      <pubDate>Tue, 28 Nov 2023 00:09:09 +0000</pubDate>
      <link>https://dev.to/grussi48/help-with-css-2a6h</link>
      <guid>https://dev.to/grussi48/help-with-css-2a6h</guid>
      <description>&lt;p&gt;I am developing landing pages with React and Tailwind CSS.&lt;br&gt;
But whenever I add the Navbar component, the content become overflowed and I have to scroll horizontal and vertical to see all the components. This is my Navbar component.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;export default function Navbar() {
  return (
    &amp;lt;&amp;gt;
        &amp;lt;nav className="bg-gray-900 border-gray-200 m-0 shadow-md text-black"&amp;gt;
            &amp;lt;div className="flex items-center justify-between m-0 h-[87px] p-0"&amp;gt;
                &amp;lt;p className="font-extrabold text-white text-4xl font-inter pl-[22px] m-0"&amp;gt;Programador123&amp;lt;/p&amp;gt;
                &amp;lt;button data-collapse-toggle="navbar-default" type="button" className="inline-flex items-center p-2 w-10 h-10 justify-center text-sm text-gray-500 rounded-lg md:hidden hover:bg-gray-100 focus:outline-none focus:ring-2 focus:ring-gray-200 dark:text-gray-400 dark:hover:bg-gray-700 dark:focus:ring-gray-600" aria-controls="navbar-default" aria-expanded="false"&amp;gt;
                    &amp;lt;span className="sr-only"&amp;gt;Open main menu&amp;lt;/span&amp;gt;
                    &amp;lt;svg className="w-5 h-5" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 17 14"&amp;gt;
                        &amp;lt;path stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2" d="M1 1h15M1 7h15M1 13h15"/&amp;gt;
                    &amp;lt;/svg&amp;gt;
                &amp;lt;/button&amp;gt;
                &amp;lt;div className="hidden w-full md:block md:w-auto" id="navbar-default"&amp;gt;
                    &amp;lt;button type="button" className="text-white bg-transparent pr-[22px] hover:bg-gray-100 border border-none focus:ring-4 focus:outline-none focus:ring-gray-100 font-medium rounded-lg text-sm px-5 py-2.5 text-center inline-flex items-center dark:focus:ring-gray-600 dark:bg-gray-800 dark:border-gray-700 dark:text-white dark:hover:bg-gray-700 me-2 mb-2"&amp;gt;
                        &amp;lt;div className='pr-[22px] m-0'&amp;gt;
                            &amp;lt;svg className = "w-[35px] h-[35px]" viewBox="0 0 35 35" fill="none" xmlns="http://www.w3.org/2000/svg"&amp;gt;
                                &amp;lt;path d="M31.5 0H3.5C1.575 0 0.0175 1.575 0.0175 3.5L0 35L7 28H31.5C33.425 28 35 26.425 35 24.5V3.5C35 1.575 33.425 0 31.5 0ZM25.165 18.725L21 15.4V19.25C21 20.2125 20.2125 21 19.25 21H8.75C7.7875 21 7 20.2125 7 19.25V8.75C7 7.7875 7.7875 7 8.75 7H19.25C20.2125 7 21 7.7875 21 8.75V12.6L25.165 9.275C26.3025 8.365 28 9.17 28 10.64V17.36C28 18.83 26.3025 19.635 25.165 18.725Z" fill="white"/&amp;gt;
                            &amp;lt;/svg&amp;gt;
                        &amp;lt;/div&amp;gt;      
                        &amp;lt;p className="font-extrabold text-white text-[32px] font-inter"&amp;gt;Book Call&amp;lt;/p&amp;gt;
                    &amp;lt;/button&amp;gt;
                &amp;lt;/div&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/nav&amp;gt;
    &amp;lt;/&amp;gt;
  )
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Looking hearing from all of you.&lt;br&gt;
Thank you.&lt;/p&gt;

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