GBGouri B Singouribscode.hashnode.dev·Sep 15, 2022 · 4 min readArray in JavaScriptwhat is array? -array is collection of mixed values, such as string, number, boolean... etc -array is an object that can store multiple values at once. -The array name must be a unique symbolic name. specialty of array: -array is dynamic in size and ...01N
GBGouri B Singouribscode.hashnode.dev·Sep 7, 2022 · 2 min readCss 'FLEX'boxWhat is Flexbox? Css flexible box layout is commonly called as "FLEXBOX" It is one of the css3 web layout model. It is a method that could offer space distribution between items in an interface and powerful alignment capabilities. flexbox is l...00
GBGouri B Singouribscode.hashnode.dev·Jul 28, 2022 · 4 min readUnderstanding "PSEUDO selectors"what are pseudo classes and pseudo elements? Pseudo classes and pseudo elements can certainly be handful. they provide soo many possibilities its just overwhelming. here pseudo classes enables us to target specific element when its in particular stat...00
GBGouri B Singouribscode.hashnode.dev·Jul 23, 2022 · 2 min readCSS position and its propertiesWhat is position ? position sets how an element is placed in website. it can be placed in any corner or to overlap images. all based on the requirements. these properties are used only after position is set. properties of positions: top bottom lef...00