<?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>Forem: Xalman khalid</title>
    <description>The latest articles on Forem by Xalman khalid (@slkd7700).</description>
    <link>https://forem.com/slkd7700</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%2F350851%2F3b564f8f-932b-4876-b74e-e235539a047a.jpg</url>
      <title>Forem: Xalman khalid</title>
      <link>https://forem.com/slkd7700</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/slkd7700"/>
    <language>en</language>
    <item>
      <title>Day 4 &amp; 5</title>
      <dc:creator>Xalman khalid</dc:creator>
      <pubDate>Wed, 08 Apr 2020 15:22:16 +0000</pubDate>
      <link>https://forem.com/slkd7700/day-4-5-ff</link>
      <guid>https://forem.com/slkd7700/day-4-5-ff</guid>
      <description>&lt;p&gt;Hey Dev Readers its day 4 &amp;amp; 5 yeah I took Break Because of my Office Project's&lt;br&gt;
and due to covid19 anyway learn so much Things in HTML $ CSS Even I start Challenges On FreeCodeCamp its very Cool Site I re polish many things like elements,inline and inline block and the challenges was pretty cool with css i learn many thing in basic css freecodecamp has good curriculum In Responsive web design certification Its 300 Hour's Base Certificate which provide BY FreecodeCamp in just $0 yeah its free It Has 7 Section with multiple challenges&lt;br&gt;
the best this that you can learn more about css in this certification like &lt;br&gt;
CSS Grid&lt;br&gt;
CSS Flexbox&lt;br&gt;
visual desgin and Applied accessibility.&lt;br&gt;
In the end of this course you have 5 Responsive Design Projects.&lt;br&gt;
In Basic CSS You will Learn About css selector's and Elements you will learn about Margin,Padding,Colors,Backgroun Properties also in the End you will make penguin after Basic CSS you will learn Visual Design and this Section has very fun things Like you will learn css Animation, transformation, Keyframe, variabels ,Element Movement And  Direction also in the challenges  you will make fun things like Heart and other animations.FallBack Values and Custom variables are very useful when you will work on front end. TO Became a Good Front End Developer We Have to think for visual Desgins as will as with animation For Now this was My Day 4 &amp;amp; 5 today i will Start my Next Section Applied Accessibility i Hope You Guy's are Safe In Lock-down Situation Saty Home Stay Safe &lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>webdev</category>
      <category>html</category>
      <category>css</category>
    </item>
    <item>
      <title>Day 3 in web development</title>
      <dc:creator>Xalman khalid</dc:creator>
      <pubDate>Sat, 21 Mar 2020 19:48:32 +0000</pubDate>
      <link>https://forem.com/slkd7700/day-3-in-web-development-5c86</link>
      <guid>https://forem.com/slkd7700/day-3-in-web-development-5c86</guid>
      <description>&lt;p&gt;Welcome on Day 3 first today I was very confuse or maybe i had very negative vibe i was't understand the simple anchor tags for multiple pages i had very low energy but after spending some time i get fresh my self and miss my friend Naqi Ahmed he has vary high and positive energy when every i meat him he charge me up than i sat back on my work Space and start learning anchor tags for multiple pages and it's very simple also i learn about link tag for external style sheet which is reduce the ability to use CSS in a page with a single line of code further i learn about CSS selector with section and div tags which need to understand very clearly for front-end developer in html Class are very important instead of id you can use id but where you have to need with class i learn about display-flex,margin,padding which make my pages more nice.css pseudo classes are also helpful i did't use much pseudo class target like in parent class you have many child if you want to change your first-child Background-color and else remain same you can just write like this&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;&lt;code&gt;li:first-child {background-color:red;}&lt;/code&gt;&lt;br&gt;
&lt;/p&gt;

&lt;p&gt;this is awesome i'm trying out to write more and learn more about web development.&lt;/p&gt;

</description>
      <category>css</category>
      <category>html</category>
      <category>100daysofcode</category>
      <category>beginners</category>
    </item>
    <item>
      <title>Day 2 in Web Development </title>
      <dc:creator>Xalman khalid</dc:creator>
      <pubDate>Fri, 20 Mar 2020 19:32:47 +0000</pubDate>
      <link>https://forem.com/slkd7700/day-2-in-web-development-4dji</link>
      <guid>https://forem.com/slkd7700/day-2-in-web-development-4dji</guid>
      <description>&lt;p&gt;Today i start learning about basic css and this is very cool from previews day.i learn about selectors(targeting as well),properties and values in One selector we can use multiple properties and values like background color's, colors, font-family,border and boarder radius.&lt;br&gt;
css is very help full for making web page's look cool and attractive. Also i learn about semantic tags in html these tags are also like div tags these tags&lt;br&gt;
tells google bots that the content within the tag is the most significant header contained in the HTML&lt;br&gt;
 &lt;code&gt;header, nav, section, footer &lt;br&gt;
&lt;/code&gt;etc..&lt;br&gt;
with these tags i learn to make skeleton of a web page i use display-inline and inline-block with make&lt;br&gt;
div tags in one row further i saw difference about margin and padding in div tags we have default margin and &lt;br&gt;
padding, last thing which little but hard for me to understand about display:inline-block and dislpay:flex;&lt;br&gt;
i will R &amp;amp; N in upcoming days&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;Header&amp;gt;
    &amp;lt;nav&amp;gt;
      &amp;lt;ul&amp;gt;
        &amp;lt;li&amp;gt;Home&amp;lt;/li&amp;gt;
        &amp;lt;li&amp;gt;Location&amp;lt;/li&amp;gt;
        &amp;lt;li&amp;gt;Contact&amp;lt;/li&amp;gt;
       &amp;lt;/ul&amp;gt;
     &amp;lt;/nav&amp;gt;
        &amp;lt;h1&amp;gt;Title&amp;lt;/h1&amp;gt;
&amp;lt;/Header&amp;gt;
     &amp;lt;section&amp;gt;
       &amp;lt;div&amp;gt;a&amp;lt;/div&amp;gt;
       &amp;lt;div&amp;gt;b&amp;lt;/div&amp;gt;
       &amp;lt;div&amp;gt;c&amp;lt;/div&amp;gt;
     &amp;lt;/section&amp;gt;   
        &amp;lt;section&amp;gt;triple-section&amp;lt;/section&amp;gt;
        &amp;lt;footer&amp;gt;Footer&amp;lt;/footer&amp;gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;



&lt;div class="highlight"&gt;&lt;pre class="highlight plaintext"&gt;&lt;code&gt;body {
    background: rgb(58 ,58,58);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}
header {
    background: black;
    padding: 20px;

}
section {
    background:  white;
    color: gray;
    padding: 20px;
    display: flex;
    flex-direction: row;
}
div {
    background: red;
    margin: auto;
    width: 100px;

}
ul {
    margin: 0;
    padding: 0;
    list-style: none;

}
li {
    display: inline-block;
    margin-right: 20px;
}
footer {
    background: black;
    padding: 10px 20px;
}
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;&lt;a href="https://dev-to-uploads.s3.amazonaws.com/i/oahqgdoz7dqtg7wog8ft.PNG"&gt;https://dev-to-uploads.s3.amazonaws.com/i/oahqgdoz7dqtg7wog8ft.PNG&lt;/a&gt;&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>webdev</category>
      <category>css</category>
      <category>design</category>
    </item>
    <item>
      <title>Day 1 On Web Development</title>
      <dc:creator>Xalman khalid</dc:creator>
      <pubDate>Thu, 19 Mar 2020 19:53:38 +0000</pubDate>
      <link>https://forem.com/slkd7700/day-1-on-web-development-569d</link>
      <guid>https://forem.com/slkd7700/day-1-on-web-development-569d</guid>
      <description>&lt;p&gt;Hy this is my Day 1 on web development i start with basic html and recall some basic tags and and learn about H1 H2 tags like with H1 is used for telling Google if you want to rank your page and H2 is section subtitle so any content block with in your page will be H2 further i learn about ul and li tags these tags are pretty cool for me i love these tags&lt;/p&gt;

</description>
      <category>100daysofcode</category>
      <category>html</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
