SKSanjana Kumariinxana.hashnode.dev·Jul 23, 2022 · 2 min readMarkdown 101WHAT IS MARKDOWN? Markdown is a lightweight markup language for creating formatted text using a plain-text editor.When you create a Markdown-formatted file, you add Markdown syntax to the text to indicate which words and phrases should look different...00
SKSanjana Kumariinxana.hashnode.dev·Jul 22, 2022 · 6 min readBasics Of Selectors In CssWHAT ARE SELECTORS IN CSS? A selector in CSS is a part of the CSS ruleset, that is basically used to select the element you want to style. CSS selectors select HTML elements according to their id, class, type, attribute, etc. WHAT ARE THE DIFFERENT T...00
SKSanjana Kumariinxana.hashnode.dev·Jul 22, 2022 · 2 min readPositioning elements in CSSHOW TO POSITION ELEMENTS IN CSS? The CSS positioning property is used to set positions for various elements. These are also used to place an element behind another and are also useful for the scripted animation effect. An element can be easily positi...00