SJswathi jaishettyinswathiwrites.hashnode.dev·Aug 14, 2022 · 2 min readTailwind CSS for beginnersWhat is Tailwind CSS ? As targeting multiple screens became a necessity, we can't imagine designing a website without using any CSS framework like Tailwind CSS, Skeleton, Susy, Bootstrap, Foundation, Bulma, Pure, Materialize etc. Using this framework...02SS
SJswathi jaishettyinswathiwrites.hashnode.dev·Aug 13, 2022 · 3 min readFlex-Box in CSSWhat is the need of Flexbox? Flex-box or Flexible responsive box layout makes many things, handy in CSS. Without using float and positioning, we can easily center the items, add equal spacing between the items, arrange items in rows and columns, irre...00
SJswathi jaishettyinswathiwrites.hashnode.dev·Jul 26, 2022 · 4 min readGit Basics Cheat SheetWhat is GIT? It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source code, enabling multiple developers to work together on non-linear development. Di...00
SJswathi jaishettyinswathiwrites.hashnode.dev·Jul 24, 2022 · 4 min readMarkdown Basics Cheat SheetWhat is Markdown? Why we use it? Markdown is one of the world's most popular markup languages, meaning, the data represented to the end users can be made different from the document's content by using this language. These files have .md as their exte...00
SJswathi jaishettyinswathiwrites.hashnode.dev·Jul 17, 2022 · 4 min readPosition property in CSSINTRODUCTION The position property in CSS sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements. Without understanding positioning concept properly, we will n...00