KKKaushal Kumarinkaushal10.hashnode.dev·Jul 24, 2022 · 3 min readBeginner Guide to GitWhat is git? Git is a version control system that helps to track the changes we make in files so that we can have a record of what has been done & we can revert back to any specific version whenever we want. Initialize git To initialize git use the f...00
KKKaushal Kumarinkaushal10.hashnode.dev·Jul 23, 2022 · 2 min readSimple Markdown cheatsheetOverview Markdown is a lightweight language that we can use to write well-formatted documents. we can add links, images, headings (h1-h6), Blockquote, code, horizontal line, make text bold, italic, strikethrough, and make ordered lists, unordered lis...00
KKKaushal Kumarinkaushal10.hashnode.dev·Jul 21, 2022 · 3 min readUnderstanding CSS positioning with examplesCSS position properties are used to define the position of elements on a webpage. By using the top, left, bottom, and right we can define the final position of elements. What types of position properties are available? Static Relative Absolute Fixed...00
KKKaushal Kumarinkaushal10.hashnode.dev·Jul 18, 2022 · 8 min readA brief introduction to CSS selectorsWhat is CSS? So, before diving deep into CSS selectors let's first discuss what even is CSS. CSS abbreviated as cascading stylesheet. It is used to select the dom elements and change the way they look on webpages i.e applying some styles like changin...00