PRPratik Ramtekeinpratikramteke.hashnode.dev·Nov 24, 2022 · 2 min readCSS Media QueriesWhat are Media Queries? Media queries are used to make the website responsive it allows you to apply CSS according to a device like as mobile, tab, laptop, or large screen devices Using CSS media queries in your website can give more flexibility to y...00
PRPratik Ramtekeinpratikramteke.hashnode.dev·Nov 24, 2022 · 3 min readCSS GridWhat is Grid CSS Grid Layout (aka “Grid” or “CSS Grid”), is a two-dimensional grid-based layout system that, compared to any web layout system of the past, completely changes the way we design user interfaces. Properties for the Parent (Grid Containe...00
PRPratik Ramtekeinpratikramteke.hashnode.dev·Nov 23, 2022 · 4 min readCSS FlexboxWhat is CSS Flexbox The Flexbox Layout (Flexible Box) module aims at providing a more efficient way to lay out, align and distribute space among items in a container, even when their size is unknown and/or dynamic (thus the word “flex”). The main ide...00
PRPratik Ramtekeinpratikramteke.hashnode.dev·Nov 22, 2022 · 2 min readPosition in CSSWhat is Position The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements. There are mainly 5 types of positions in CSS Static Relative...00
PRPratik Ramtekeinpratikramteke.hashnode.dev·Nov 17, 2022 · 3 min readCSS Selectors and Pseudo ClassesWhat is CSS Selector? CSS selectors are used to selecting the HTML elements you want to style. The selector contains one or more properties that define how the selected HTML element looks on the webpage. Types of CSS Selectors 1. Universal Selector U...00