<?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: Maria Edwards</title>
    <description>The latest articles on DEV Community by Maria Edwards (@mariaedwards).</description>
    <link>https://dev.to/mariaedwards</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%2F1370109%2F9200f5ee-d69c-426e-81ac-076d22546484.jpeg</url>
      <title>DEV Community: Maria Edwards</title>
      <link>https://dev.to/mariaedwards</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mariaedwards"/>
    <language>en</language>
    <item>
      <title>CSS Art: Grape</title>
      <dc:creator>Maria Edwards</dc:creator>
      <pubDate>Thu, 28 Mar 2024 00:29:05 +0000</pubDate>
      <link>https://dev.to/mariaedwards/css-art-grape-j5d</link>
      <guid>https://dev.to/mariaedwards/css-art-grape-j5d</guid>
      <description>&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;As a frontend engineer, you seldom encounter artistic CSS, so participating in this challenge was a rare treat. It also made me hungry for grapes, haha! &lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/balzzac/embed/OJGjNON?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;I want to admit that I cheated a little bit with the stem using a realistic-looking svg. My first draft utilized the &lt;code&gt;clip-path&lt;/code&gt; property. However, its effect was quite cartoonish, so I dumped it.&lt;/p&gt;

&lt;p&gt;The submission utilizes the following CSS properties: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;code&gt;display: grid&lt;/code&gt; was quite handy in creating the distribution of berries.&lt;/li&gt;
&lt;li&gt;Gradients, shadows, and filters to create a somewhat photorealistic grape.&lt;/li&gt;
&lt;li&gt;CSS variables.&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;:nth-child&lt;/code&gt; selector to introduce a little variety for the berries' shapes and sizes.&lt;/li&gt;
&lt;li&gt;CSS animation so you could "squeeze" those berries.&lt;/li&gt;
&lt;li&gt;Units - &lt;code&gt;vh&lt;/code&gt; and &lt;code&gt;%&lt;/code&gt; - to create responsiveness. &lt;/li&gt;
&lt;/ol&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
      <category>cssart</category>
    </item>
    <item>
      <title>Closures in 179 characters</title>
      <dc:creator>Maria Edwards</dc:creator>
      <pubDate>Tue, 26 Mar 2024 23:50:43 +0000</pubDate>
      <link>https://dev.to/mariaedwards/closures-in-179-characters-445n</link>
      <guid>https://dev.to/mariaedwards/closures-in-179-characters-445n</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fspgbcx49hg0akgekphfi.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fspgbcx49hg0akgekphfi.jpg" alt="Image description" width="800" height="599"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Explainer
&lt;/h2&gt;

&lt;p&gt;A closure is like a backpack with gear (variables) from a general store (outer scope) and a specialized store (local scope). Once you start hiking (function runs), you can access the gear anywhere.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>javascript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
