NKNavneet Kumarinnavneet90.hashnode.dev·Jul 21, 2022 · 2 min readCSS - The Position PropertyThe position property in CSS describes about the positioning style for an element. The Position Property There are five different position values: static relative fixed absolute sticky position: static; Every element is positioned static by default...00
NKNavneet Kumarinnavneet90.hashnode.dev·Jul 21, 2022 · 13 min readCSS SelectorsCSS CSS stand for Cascading Style Sheets which is used for describing the looks or presentation of a markup document such as HTML or XML. CSS SELECTORS A CSS selector is the first/opening part of a CSS ruleset. It determines how we can apply styles t...00