AKAnurag Katiyarinanurag1996.hashnode.dev·Aug 6, 2022 · 3 min readLearn CSS Flex-BoxWhat is Flex-box why it is important to learn ? Now a days, It is important to make the website responsive according to the different devices so, flex box helps us to make the webpage responsive. Using the few lines of code it can be done easily. In ...00
AKAnurag Katiyarinanurag1996.hashnode.dev·Jul 28, 2022 · 2 min readBasics of GitIf you are learning code then, one day you will surely encounter with Git. You must have heard about some fancy terms from the experienced programmers which have made you think that what it these terms ? and , will I be able to learn it ? Let me sta...00
AKAnurag Katiyarinanurag1996.hashnode.dev·Jul 23, 2022 · 2 min readMarkdown Cheat Sheet / GuideWhat is markdown ? Markdown is lightweight markup language with a plain text formatting syntax which can be converted into HTML/XML and other formats. It's main purpose is readability and ease of use. Why do we use markdown language ? It is widely u...00
AKAnurag Katiyarinanurag1996.hashnode.dev·Jul 23, 2022 · 3 min read"Position" Property in CSS With Code ExampleIt is very important to know the basics of CSS and "Position" is the most used and most confusing property in CSS What is "Position" property is CSS ? CSS is tricky if you do not understand it in depth. "Position" is a css property which allow to pla...00
AKAnurag Katiyarinanurag1996.hashnode.dev·Jul 22, 2022 · 2 min read"Before & After" pseudo selectors in CSSWhat these "::before & ::after" do for us ? Css makes our coding life easy if we know that how actually it works. People often get confuse about "before" and "after" pseudo selectors in css. "before" and "after" pseudo-elements allow you to insert ...00