SPSuyash Pulujkarinsupe.hashnode.dev·Jan 4, 2023 · 2 min readMedia queriesMedia queries allow you to apply CSS styles depending on a device's general type (such as print vs. screen) or other characteristics such as screen resolution or browser viewport width. A media query is composed of an optional media type and any numb...00
SPSuyash Pulujkarinsupe.hashnode.dev·Dec 21, 2022 · 2 min readGrid in cssCSS 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. CSS has always been used to layout our web pages, but...00
SPSuyash Pulujkarinsupe.hashnode.dev·Dec 2, 2022 · 2 min readElements in HTMLAn HTML file is made of elements. These elements are responsible for creating web pages and define content in that webpage. An element in HTML usually consist of a start tag , close tag and content inserted between them. an element is a collection o...00
SPSuyash Pulujkarinsupe.hashnode.dev·Nov 30, 2022 · 3 min readInput Elements of HTMLThe HTML element is used to create interactive controls for web-based forms in order to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent. The element is one o...00
SPSuyash Pulujkarinsupe.hashnode.dev·Nov 30, 2022 · 4 min readCSS Box model(Border, Padding, Margin)The CSS box model is a container that contains multiple properties including borders, margin, padding. It is used to create the design and layout of web pages. It can be used as a toolkit for customizing the layout of different elements. The web brow...00