RProhini polinainrohinirho.hashnode.dev·Sep 2, 2022 · 3 min readBasics of GitGit: Lets discuss first what is git, Git is one of the most useful tools that any developer has up their sleeves. No matter what kind of development you are doing, understanding how to use Git will be a valuable asset that can save your butt. Git is ...00
RProhini polinainrohinirho.hashnode.dev·Sep 1, 2022 · 3 min readTailwind CssTailwind css: Tailwind CSS is a low-level framework, which means, unlike other CSS frameworks like Bootstrap and Materialize, Tailwind doesn’t offer fully styled components like buttons, dropdowns, and navbars. Instead, it offers utility classes so y...00
RProhini polinainrohinirho.hashnode.dev·Aug 26, 2022 · 3 min readAll about Flex Box-Quick guideWhat is a Flex Box? Flexbox is a one-dimensional layout method for arranging items in rows or columns. when flex property is applied to a box it changes its inner property and how elements inside the box behaves . Flexbox has 2 axes, the main and sec...00
RProhini polinainrohinirho.hashnode.dev·Aug 22, 2022 · 2 min readWhat is Markdown in detail.Markdown: Markdown is a lightweight markup language for creating formatted text using a plain-text editor . It is easy to write and easy to read for everyone. This is intended as a quick reference and showcase. Why do we use it: -It is easy to learn ...00
RProhini polinainrohinirho.hashnode.dev·Jul 19, 2022 · 2 min readCss positionsCss positions: Here is the short explanation of css positions,there are five positions we can apply to style the page that defines the position of an element in a document,along with these positions the values of top, right, bottom, and left determin...00