<?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: Artem</title>
    <description>The latest articles on DEV Community by Artem (@brendan8c).</description>
    <link>https://dev.to/brendan8c</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%2F376902%2F9cae11aa-2bcb-43e7-82bb-014e643c83b8.jpeg</url>
      <title>DEV Community: Artem</title>
      <link>https://dev.to/brendan8c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/brendan8c"/>
    <language>en</language>
    <item>
      <title>Flexbox grid</title>
      <dc:creator>Artem</dc:creator>
      <pubDate>Sat, 12 Sep 2020 12:37:23 +0000</pubDate>
      <link>https://dev.to/brendan8c/flexbox-grid-3ei5</link>
      <guid>https://dev.to/brendan8c/flexbox-grid-3ei5</guid>
      <description>&lt;p&gt;Hi people :)&lt;br&gt;
I'am sorry, my English is bad..&lt;br&gt;
This is my first post on dev.to&lt;br&gt;
Please don't throw stones at me :)&lt;/p&gt;

&lt;p&gt;I had a task to make a CSS grid.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PBUv0nya--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/osinomkek2a0g1yt7p5c.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PBUv0nya--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/osinomkek2a0g1yt7p5c.png" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Of course you can do it on css grid and I did it on them.&lt;br&gt;
But I can't find easy ways! :)&lt;br&gt;
And so I made it on flexbox..&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--PrSL1OSY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/s728qxsnvwx9fi34xy79.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--PrSL1OSY--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/s728qxsnvwx9fi34xy79.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I also needed to implement margins in it "margin: 1px".&lt;br&gt;
To calculate the indents, I used the css function "clamp()".&lt;/p&gt;

&lt;p&gt;Here's what came of it&lt;br&gt;
(&lt;a href="https://codepen.io/brendan8c/pen/oNxqKNY?editors=1100"&gt;https://codepen.io/brendan8c/pen/oNxqKNY?editors=1100&lt;/a&gt;)&lt;br&gt;
What do you think about this?&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>flexbox</category>
    </item>
  </channel>
</rss>
