SKShahrukh Khaninshahrukh8391.hashnode.dev·Aug 1, 2022 · 3 min readGit Cheat SheetWhat is GIT ?? Git is the free and open source distributed version control system that's responsible for everything GitHub related that happens locally on your computer. This cheat sheet features the most important and commonly used Git commands for...00
SKShahrukh Khaninshahrukh8391.hashnode.dev·Aug 1, 2022 · 3 min readCSS Position to layout a websiteWhat does CSS position do? Using CSS, you can lay out all your elements on your webpage visually. For example : You can position an element at the very top of your page, or 50px below the element before it. Definition and Usage The position propert...00
SKShahrukh Khaninshahrukh8391.hashnode.dev·Aug 1, 2022 · 2 min readCSS SelectorsCSS Selectors CSS selectors are used to "find" (or select) the HTML elements you want to style. We can divide CSS selectors into five categories: Simple selectors (select elements based on name, id, class) Combinator selectors (select elements based...00