<?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: Madhumita</title>
    <description>The latest articles on DEV Community by Madhumita (@madhu_giri).</description>
    <link>https://dev.to/madhu_giri</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%2F415065%2F1963a4a4-93a6-4353-9b3d-9e887d523e7d.jpeg</url>
      <title>DEV Community: Madhumita</title>
      <link>https://dev.to/madhu_giri</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/madhu_giri"/>
    <language>en</language>
    <item>
      <title>Css styling</title>
      <dc:creator>Madhumita</dc:creator>
      <pubDate>Tue, 23 Jun 2020 11:46:09 +0000</pubDate>
      <link>https://dev.to/madhu_giri/css-styling-3pam</link>
      <guid>https://dev.to/madhu_giri/css-styling-3pam</guid>
      <description>&lt;p&gt;CSS styles are applied in the order they are linked in your HTML code.&lt;/p&gt;

&lt;p&gt;So if you had two stylesheets e.g. styles1.css and styles2.css which both target the same element e.g.&lt;/p&gt;

&lt;p&gt;styles1.css&lt;/p&gt;

&lt;p&gt;body {&lt;br&gt;
background-color: red;&lt;br&gt;
}&lt;br&gt;
styles2.css&lt;/p&gt;

&lt;p&gt;body {&lt;br&gt;
background-color: blue;&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;If inside the head section if your HTML, you list your links as this:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--TCoZm91---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e1c8bnf4nji4kbwz281h.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--TCoZm91---/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/e1c8bnf4nji4kbwz281h.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;Can you guess how the resulting page will be? &lt;br&gt;
The resulting page will be blue.&lt;/p&gt;

&lt;p&gt;But if you listed your links like this:&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--2fj_Z5Tq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7mcmj0tj1sb2tpbi8fe2.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--2fj_Z5Tq--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/i/7mcmj0tj1sb2tpbi8fe2.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;The resulting page will be red.&lt;/p&gt;

&lt;p&gt;Essentially both styles are being applied, but the one that's visible at the end is the one applied last.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Sneak peak on parallax sites</title>
      <dc:creator>Madhumita</dc:creator>
      <pubDate>Tue, 23 Jun 2020 08:13:25 +0000</pubDate>
      <link>https://dev.to/madhu_giri/sneak-peak-on-parallax-sites-oph</link>
      <guid>https://dev.to/madhu_giri/sneak-peak-on-parallax-sites-oph</guid>
      <description>&lt;p&gt;INTRODUCTION&lt;br&gt;
Parallax effects add actions and the illusion of depth by taking different visual elements and moving them at different speeds in a website design. Some may move faster, others may move slow, while back few may stand still.&lt;br&gt;
There are many benefits that parallax design creates for web viewers:&lt;br&gt;
It directs visitors to call to action.&lt;br&gt;
It creates curiosity and encouragement.&lt;br&gt;
It entices visitors with animation.&lt;br&gt;
It enlarge the duration of stay on the website as viewers are more interested to scroll the whole page&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
