<?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: aditya bakshi</title>
    <description>The latest articles on DEV Community by aditya bakshi (@professor56).</description>
    <link>https://dev.to/professor56</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%2F974924%2F246009a4-ff05-45a1-80d9-4ea8f42d5906.jpg</url>
      <title>DEV Community: aditya bakshi</title>
      <link>https://dev.to/professor56</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/professor56"/>
    <language>en</language>
    <item>
      <title>website navbar</title>
      <dc:creator>aditya bakshi</dc:creator>
      <pubDate>Thu, 23 Mar 2023 06:08:35 +0000</pubDate>
      <link>https://dev.to/professor56/website-navbar-5458</link>
      <guid>https://dev.to/professor56/website-navbar-5458</guid>
      <description>&lt;p&gt;*{&lt;br&gt;
    padding: 0px;&lt;br&gt;
    margin: 0px;&lt;br&gt;
}&lt;/p&gt;
&lt;h1&gt;
  
  
  head{
&lt;/h1&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;background-color: blue;
width: 100%;
height: 80px;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;h1&gt;
  
  
  heading{
&lt;/h1&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;color:white;
padding: 27px;
font-size: 20px;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;h1&gt;
  
  
  nav{
&lt;/h1&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;padding:0px;
margin: 0px;
position: absolute;
top: 0px;
padding-left: 65%;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;h1&gt;
  
  
  nav ul{
&lt;/h1&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;padding: 27px;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;h1&gt;
  
  
  nav ul li{
&lt;/h1&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;float: left;
padding-left: 20px;
list-style: none;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;h1&gt;
  
  
  nav ul li a{
&lt;/h1&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;color: #ffffff;
text-decoration: none;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;h1&gt;
  
  
  create{
&lt;/h1&gt;
&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;background-color: rgb(0, 0, 0);
padding: 12px;
font-size: 18px;
border-radius: 45px;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;h1&gt;
  
  
  create:hover{
&lt;/h1&gt;

&lt;p&gt;background-color: #ff4;&lt;br&gt;
color: blue;&lt;br&gt;
}&lt;br&gt;
&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdc01yj752ylx0ps24y93.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fdc01yj752ylx0ps24y93.png" alt="Image description"&gt;&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>html</category>
      <category>css</category>
      <category>design</category>
      <category>devops</category>
    </item>
    <item>
      <title>Robot Chiti</title>
      <dc:creator>aditya bakshi</dc:creator>
      <pubDate>Mon, 23 Jan 2023 17:05:23 +0000</pubDate>
      <link>https://dev.to/professor56/robot-chiti-39cg</link>
      <guid>https://dev.to/professor56/robot-chiti-39cg</guid>
      <description>&lt;p&gt;&lt;a href="https://github.com/professor56/Chiti" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>discuss</category>
    </item>
    <item>
      <title>AGE CALCULATOR IN PYTHON</title>
      <dc:creator>aditya bakshi</dc:creator>
      <pubDate>Fri, 18 Nov 2022 14:14:17 +0000</pubDate>
      <link>https://dev.to/professor56/age-calculator-in-python-1g2f</link>
      <guid>https://dev.to/professor56/age-calculator-in-python-1g2f</guid>
      <description>&lt;ol&gt;
&lt;li&gt;u=int(input("enter the born year"))&lt;/li&gt;
&lt;li&gt;o=int(input("enter the current year"))
3.print("your age is ",o-u)&lt;/li&gt;
&lt;/ol&gt;

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