<?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: Zarni</title>
    <description>The latest articles on DEV Community by Zarni (@sawzarnilinhtay).</description>
    <link>https://dev.to/sawzarnilinhtay</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%2F205490%2Fd29df9e1-9bee-4b43-b44b-20c452e66b0f.png</url>
      <title>DEV Community: Zarni</title>
      <link>https://dev.to/sawzarnilinhtay</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sawzarnilinhtay"/>
    <language>en</language>
    <item>
      <title>CSS box-shadow on all four sides</title>
      <dc:creator>Zarni</dc:creator>
      <pubDate>Tue, 06 Aug 2019 07:14:12 +0000</pubDate>
      <link>https://dev.to/sawzarnilinhtay/css-box-shadow-on-all-four-sides-4c11</link>
      <guid>https://dev.to/sawzarnilinhtay/css-box-shadow-on-all-four-sides-4c11</guid>
      <description>&lt;p&gt;The following CSS code create a box Shadow appears equally on all four sides.&lt;/p&gt;

&lt;p&gt;box-shadow:  0 0 10px  rgba(0,0,0,0.6);&lt;br&gt;
-moz-box-shadow: 0 0 10px  rgba(0,0,0,0.6);&lt;br&gt;
-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.6);&lt;br&gt;
-o-box-shadow: 0 0 10px  rgba(0,0,0,0.6);&lt;/p&gt;

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