SSshravya sin4articles.hashnode.dev·Aug 13, 2022 · 5 min readTailwind CSSWhat are CSS Frameworks? CSS Frameworks are also known as CSS libraries which are used to simplify styling of a webpage. These libraries helps us to write CSS faster. Some of the CSS Frameworks are: Bootstrap Tailwind CSS Foundation Bulma Skelet...01S
SSshravya sin4articles.hashnode.dev·Aug 7, 2022 · 3 min readMark DownWhat is Markdown? Markdown is a markup language. We use markdown to write content for any web application. It is very simple to use. We just have to write the content in the form of plaintext and include few wild card characters to control the displa...00
SSshravya sin4articles.hashnode.dev·Aug 7, 2022 · 3 min readGIT Cheat SheetGIT In simple words, we use git to store the code of our projects. It allows us to modify the code an update it whenever required. It is a version control system. Committing new changes, branching, merging and comparing past versions are all optimize...00
SSshravya sin4articles.hashnode.dev·Aug 5, 2022 · 5 min readUnderstanding Flexbox.Flexbox Flexbox is a one dimensional layout process, where we can align group of items in the respective layout provided. We use flexbox to make alignment of items easier in the given space of container. The container(of items) becomes flexible by ...00
SSshravya sin4articles.hashnode.dev·Jul 22, 2022 · 5 min readCSS-Position PropertyCSS CSS(Cascading Style sheets) as its name suggests, it is a Style sheet language. Basically, we use HTML to write all the code to put the data needed for making our required webpage. But in order to style the webpage we use CSS along with HTML. Thi...00