KRkiran Ravipatiinskravipati.hashnode.dev·Jul 27, 2022 · 2 min readGit Cheat SheetWhat is Git? All local GitHub activity on your computer is managed by Git, a distributed version control system that is free and open source. The most significant and often used Git commands are listed on this cheat sheet for quick access. Setup git ...00
KRkiran Ravipatiinskravipati.hashnode.dev·Jul 18, 2022 · 2 min readCSS PositioningWhat is position property in CSS ? The position CSS property sets how an element is positioned in a document, the top right, bottom and left properties determine the final location of positioned elements. Static position In static position, the elem...00
KRkiran Ravipatiinskravipati.hashnode.dev·Jul 18, 2022 · 5 min readCss selectorswhat are css selectors? css selectors are super important part of css. Everything that you do in css follows this basic pattern. The first selector we are going to learn is the Universal selector The universal selector selects all the elements in...00