<?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: lecopsportif</title>
    <description>The latest articles on DEV Community by lecopsportif (@lecopsportif).</description>
    <link>https://dev.to/lecopsportif</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%2F51410%2F080ff379-b5c5-403a-b6f3-04d985d05bff.png</url>
      <title>DEV Community: lecopsportif</title>
      <link>https://dev.to/lecopsportif</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/lecopsportif"/>
    <language>en</language>
    <item>
      <title>Create a gradient opacity in CSS?</title>
      <dc:creator>lecopsportif</dc:creator>
      <pubDate>Tue, 26 Dec 2017 23:28:44 +0000</pubDate>
      <link>https://dev.to/lecopsportif/create-a-gradient-opacity-in-css-29ni</link>
      <guid>https://dev.to/lecopsportif/create-a-gradient-opacity-in-css-29ni</guid>
      <description>&lt;p&gt;Hey dude ! How can I make a gradient opacity in CSS?&lt;/p&gt;

&lt;p&gt;I tried on jsfiddle to show you what I tried.&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;#map {
height: 400px;
background: #405CB1;
-webkit-mask-image:-webkit-gradient(linear, left top, left bottom,from(rgba(64, 92, 177, 1)), to(rgba(64,92,177,0)))
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;a href="https://jsfiddle.net/qnr2079s/"&gt;https://jsfiddle.net/qnr2079s/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The gradient is working very well but the background color is not considered.&lt;/p&gt;

&lt;p&gt;Thank you for your help!&lt;/p&gt;

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