<?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: naima shaikh</title>
    <description>The latest articles on DEV Community by naima shaikh (@naima).</description>
    <link>https://dev.to/naima</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%2F193291%2Fda7a2b40-97f2-4502-afd4-073de6eebeeb.png</url>
      <title>DEV Community: naima shaikh</title>
      <link>https://dev.to/naima</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/naima"/>
    <language>en</language>
    <item>
      <title>CSS FLEXBOX</title>
      <dc:creator>naima shaikh</dc:creator>
      <pubDate>Mon, 28 Mar 2022 13:50:48 +0000</pubDate>
      <link>https://dev.to/naima/css-flexbox-2g7l</link>
      <guid>https://dev.to/naima/css-flexbox-2g7l</guid>
      <description>&lt;h2&gt;
  
  
  What is CSS Flexbox?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;It's a better approach to create layouts in HTML and to align HTML elements properly.&lt;/li&gt;
&lt;li&gt;Flexbox is use to distribute the space properly.&lt;/li&gt;
&lt;li&gt;Through the spacing distributions it is easy to create responsive website.&lt;/li&gt;
&lt;li&gt;In Flexbox , we can align elements in 2 ways (i-e Horizontal and vertical).&lt;/li&gt;
&lt;li&gt;What I like about Flexbox is that it let's you make UI in a standard way. For example instead of margins, You can space between the flex childs and that will work smoothly across different screens.&lt;/li&gt;
&lt;li&gt;The vertical and horizontal align is quite easy. The wrapping od elements !&lt;/li&gt;
&lt;/ul&gt;

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