Ppranjaliinpranjali14.hashnode.dev路Feb 26, 2024 路 18 min readJavaScript ArrayWhat is Array??馃 Generally array is data structure used to store same type of data in a single variable. Arrays can hold various types of data, including numbers, strings, objects, or even other arrays. They are commonly used for tasks such as stori...00
Ppranjaliinpranjali14.hashnode.dev路Feb 23, 2024 路 3 min readMedia query in CSSMedia queries play a crucial role in responsive web design by enabling developers to create layouts that adapt and respond to the size and capabilities of the device being used to view the website. Why Media queries important ? Media queries are impo...00
Ppranjaliinpranjali14.hashnode.dev路Feb 14, 2024 路 5 min readPosition In CSSNeed of position in CSS You know how when you're designing a webpage, sometimes you want things to be exactly where you want them, right? Like, maybe you want a button to sit right next to some text, or you want a pop-up to appear exactly in the midd...00
Ppranjaliinpranjali14.hashnode.dev路Feb 8, 2024 路 14 min readCSS GridCSS Grid is a powerful layout system in CSS that allows you to create two-dimensional layouts for web pages. It provides a grid-based structure for organizing and positioning elements on a webpage, making it easier to create responsive and flexible d...00
Ppranjaliinpranjali14.hashnode.dev路Feb 1, 2024 路 8 min readFlexbox In CSSIntroduction Of Flex/Flexbox Flexbox, or the Flexible Box Layout, is a layout model in CSS that allows you to design complex layouts and distribute space and align items within a container, even when the size of your items is unknown or dynamic. It h...01G