<?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: Shreya</title>
    <description>The latest articles on DEV Community by Shreya (@shreya_mulay0711).</description>
    <link>https://dev.to/shreya_mulay0711</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%2F1558385%2F4df4b14f-9a3d-4f33-a71c-e457cbe4a670.png</url>
      <title>DEV Community: Shreya</title>
      <link>https://dev.to/shreya_mulay0711</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shreya_mulay0711"/>
    <language>en</language>
    <item>
      <title>My first challenge(June Weather)</title>
      <dc:creator>Shreya</dc:creator>
      <pubDate>Sat, 01 Jun 2024 09:53:31 +0000</pubDate>
      <link>https://dev.to/shreya_mulay0711/my-first-challengejune-weather-2h3l</link>
      <guid>https://dev.to/shreya_mulay0711/my-first-challengejune-weather-2h3l</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for [Frontend Challenge v24.04.17]((&lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;https://dev.to/challenges/frontend-2024-05-29&lt;/a&gt;), Glam Up My Markup: Beaches&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;*&lt;em&gt;## What I Built&lt;br&gt;
*&lt;/em&gt;&lt;/p&gt;


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

&lt;p&gt;//below is the link of my code &lt;/p&gt;

&lt;p&gt;&lt;a href="https://weather1june.w3spaces.com/"&gt;https://weather1june.w3spaces.com/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Html:  &lt;/p&gt;

&lt;p&gt;&amp;lt;!DOCTYPE html&amp;gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;
&lt;br&gt;
    &lt;br&gt;
    &lt;br&gt;
    Document&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
    &lt;br&gt;
        &lt;br&gt;
            &lt;br&gt;
            &lt;br&gt;
            &lt;br&gt;
            &lt;br&gt;
            &lt;br&gt;
        &lt;br&gt;
        &lt;br&gt;
        &lt;br&gt;
        &lt;br&gt;
        &lt;br&gt;
        
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;    &amp;lt;div class="drop dd1"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd2"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd3"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd4"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd5"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd6"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd7"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd8"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd9"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd10"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd11"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd12"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd13"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd14"&amp;gt;&amp;lt;/div&amp;gt;
    &amp;lt;div class="drop dd15"&amp;gt;&amp;lt;/div&amp;gt;


    &amp;lt;div class="temparature"&amp;gt;
        &amp;lt;div class="celcius" style="font-size: 45px;"&amp;gt; 12°
        &amp;lt;/div&amp;gt;
        &amp;lt;div class="info" style="font-size: 15px;line-height: 25px;"&amp;gt;&amp;lt;span&amp;gt;      Wind: E 7 km/h  &amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;  Humidity: 87%
        &amp;lt;/div&amp;gt;
        &amp;lt;div class="preview" style="font-size: 15px;line-height: 25px;"&amp;gt;
            &amp;lt;div&amp;gt;
                &amp;lt;span&amp;gt;TUE &amp;lt;/span&amp;gt;
                &amp;lt;span&amp;gt;  &amp;amp;nbsp; 21° / 9°&amp;lt;/span&amp;gt;
            &amp;lt;/div&amp;gt;
            &amp;lt;div&amp;gt;
                &amp;lt;span&amp;gt;  WED &amp;lt;/span&amp;gt;
                &amp;lt;span&amp;gt;   &amp;amp;nbsp; 23° / 10°&amp;lt;/span&amp;gt;
            &amp;lt;/div&amp;gt;
        &amp;lt;/div&amp;gt;
    &amp;lt;/div&amp;gt;
&amp;lt;/div&amp;gt;
&lt;/code&gt;&lt;/pre&gt;


&lt;p&gt;CSS: &lt;/p&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;.frame{
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 2px;
    box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.3);
    background: #1A2238;
    color: #394568;
    overflow: hidden;
}
.moon{
    position: absolute;
    width: 70px;
    height: 70px;
    top: 45px;
    left: 55px;
    border-radius: 50px;
    background: #F6EDBD;
    box-shadow: 0 0 10px 0px #F6EDBD;
}
.moonDot{
    position: absolute;
    width: 11px;
    height: 11px;
    top: 9px;
    left: 28px;
    border-radius: 10px;
    background: #ECE1A8;
}
.m2{
    top: 12px;
    left: 7px;
}
.m3{
    top: 49px;
    left: 10px;
}
.m4{
    width: 6px;
    height: 6px;
    top: 37px;
    left: 49px;
}
.m5{
    top: 24px;
    left: 61px;
    width: 6px;
    height: 6px;

}
.hill{
    position: absolute;
    z-index: 2;
    width: 337px;
    height: 281px;
    top: 201px;
    left: -57px;
    background: #26314F;
    border-radius: 50%;
}
.hh2{
    top: 197px;
    left: 177px;
}
.hh3{
    top: 310px;
    left: 109px;
}
.hh4{
    top: 221px;
    left: 63px;
    background: #303C5D;
}
.hh5{
    background: #303C5D;
    top: 248px;
    left: -137px;
}
.drop{
    position: absolute;
    z-index: 20;
    left: 18px;
    bottom: 30px;
    width: 8px;
    height: 8px;
    background: #7FC1F9;
    border-radius: 50%;
    animation: drop 0.9s linear 0.08s infinite;
}

/*@keyframes drop {
    0% {
    transform: translate3d(40px, -320px, 0) scaleX(1) scaleY(1) rotate(17deg);
    }
    85% {
        transform: translate3d(0, 0, 0) scaleX(1) scaleY(1) rotate(17deg);
    }
    100% {
        transform: translate3d(0, 0px, 0) scaleX(3) scaleY(0) rotate(0deg);
    }
}*/


.dd2{
    left: 56px;
    /* bottom: 90px; */
    width: 8px;
    height: 8px;
    background: #7FC1F9;
    animation: drop 0.8s linear 1.2s infinite;
}
.dd3{
    left: 132px;
    /* bottom: 90px; */
    width: 8px;
    height: 8px;
    animation: drop 0.8s linear 0.12s infinite;

}
.dd4{
    left: 170px;
    /* bottom: 90px; */
    width: 8px;
    height: 8px;
    animation: drop 0.9s linear 1.32s infinite;

}
.dd5{
    left: 208px;
    /* bottom: 90px; */
    width: 8px;
    height: 8px;
    animation: drop 0.8s linear 0.56s infinite;
}
.dd6{
    left: 18px;
    opacity: 0.6;
    width: 6px;
    height: 6px;
    animation: drop 1.4s linear 0.04s infinite;

}
.dd7{
    left: 56px;
    opacity: 0.6;
    width: 6px;
    height: 6px;
    animation: drop 1.4s linear 2s infinite;

}
.dd8{
    left: 170px;
    opacity: 0.6;
    width: 6px;
    height: 6px;
    -webkit-animation: drop 1.4s linear 2s infinite;
    animation: drop 1.4s linear 2s infinite;

}
.dd9{
    left: 94px;
    opacity: 0.3;
    width: 4px;
    height: 4px;
    animation: drop 2s linear 1.92s infinite;

}
.dd10{
    left: 246px;
    opacity: 0.3;
    width: 4px;
    height: 4px;
    animation: drop 2s linear 1.6s infinite;

}
.dd11{
    left: 270px;
    opacity: 0.8;
    width: 10px;
    height: 10px;
    animation: drop 2s linear 0s infinite;
}
.dd12{
    left: 289px;
    opacity: 0.6;
    width: 4px;
    height: 4px;
    animation: drop 2s linear 0s infinite;

}
.dd13{
    left: 292px;
    opacity: 1;
    width: 7px;
    height: 7px;
    animation: drop 2s linear 0s infinite;

}
.dd14{
    left: 300px;
    opacity: 1;
    width: 5px;
    height: 5px;
    animation: drop 2s linear 1.92s infinite;

}
.dd15{
    left: 310px;
    /* bottom: 90px; */
    width: 8px;
    height: 8px;
    background: #7FC1F9;
    animation: drop 1s linear 0s infinite;
}
.temparature{
    position: absolute;
    z-index: 999;
    width: 400px;
    height: 90px;
    bottom: 0px;
    background: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
@keyframes drop {
    0% {
        /* transform: translateY(-100px) rotate(0deg); */
        transform: translateY(-300px);
    }
    /* 100% 
    {
        transform: translateY(calc(100vh + 100px)) rotate(720deg);
    } */
}
&lt;/code&gt;&lt;/pre&gt;

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

&lt;p&gt;"Creating the winter CSS animation involved thinking about visual elements that represent the season, like snowflakes and a snowman. I used CSS keyframes for animations, ensuring varying speeds for a natural effect. I learned more about how to leverage CSS animations for creative designs. I'm particularly proud of the smooth, natural-looking snowfall. Next, I hope to explore more complex animations and interactive elements to enhance user experiences on web pages."&lt;/p&gt;

&lt;p&gt;Username: shreya_mulay0711&lt;/p&gt;

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