<?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>Forem: anirudhsingh09</title>
    <description>The latest articles on Forem by anirudhsingh09 (@anirudhsingh09).</description>
    <link>https://forem.com/anirudhsingh09</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%2F383184%2F4d5de6bd-2529-422d-a18f-6d0087ab951d.png</url>
      <title>Forem: anirudhsingh09</title>
      <link>https://forem.com/anirudhsingh09</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/anirudhsingh09"/>
    <language>en</language>
    <item>
      <title>Creating Slanted Division in HTML and CSS</title>
      <dc:creator>anirudhsingh09</dc:creator>
      <pubDate>Sun, 10 May 2020 13:22:20 +0000</pubDate>
      <link>https://forem.com/anirudhsingh09/creating-slanted-division-in-html-and-css-16k5</link>
      <guid>https://forem.com/anirudhsingh09/creating-slanted-division-in-html-and-css-16k5</guid>
      <description>&lt;p&gt;There are many post on how to create a slanted div using HTML and CSS.&lt;br&gt;
They use pseudo elements which is not required at all. In just five lines of CSS code anyone can create a slanted div.&lt;/p&gt;

&lt;p&gt;HTML codes&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt; &amp;lt;div class="main"&amp;gt;&amp;lt;/div&amp;gt;
 &amp;lt;div class="skew"&amp;gt;&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;CSS codes&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt; .main{height: 70px;background: #000;}
 .skew{height: 40px;background: #000;transform: skewY(2deg);margin-top: -20px;}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;Just try this code and you will be easily able to create slanted division using HTML and CSS.&lt;/p&gt;

</description>
      <category>css</category>
      <category>webdev</category>
      <category>code</category>
    </item>
  </channel>
</rss>
