JCJeet Chawdainjeetch.hashnode.dev·Feb 5, 2023 · 5 min readGuide on CSS GridsThe CSS Grid Layout Module helps design the layout more easily and consistently across browsers with a grid-based layout system. Grids come in handy in many situations like creating a price/ product card, creating the page layout, testimony section, ...00
JCJeet Chawdainjeetch.hashnode.dev·Jan 29, 2023 · 5 min readMarkdown Cheat SheetMarkdown is a markup language for formatting text using simple syntaxes. It is widely used for blogging, websites, comment management services, readme files, and documentation. Unlike HTML, markdown doesn't have tags to define structure and features....00
JCJeet Chawdainjeetch.hashnode.dev·Jan 28, 2023 · 5 min readIntroduction to Web and HTMLHave you ever wondered how the internet works, how we can watch our favourite movies on Netflix from our cosy homes or being able to buy our favourite stuff without having to visit a store? This all is possible cause a computer is listening to your r...00
JCJeet Chawdainjeetch.hashnode.dev·Nov 30, 2022 · 6 min readArray and its MethodsArray is a list of collections of variables separated with commas and kept in between square brackets. Arrays can be created in two ways - array created using array literal notation let arr = new Array("Chocolate", "Milk"); array created using th...00
JCJeet Chawdainjeetch.hashnode.dev·Jul 23, 2022 · 3 min readPseudo elementsA CSS pseudo-element is a keyword added to a CSS selector that lets you style a specific part of the selected HTML element. As a matter of fact pseudo element is used to work on written items inside html element. The general syntax for CSS pseudo-ele...00