An array is a special variable in all the languages that are used to store different elements. JavaScript array contains some built-in properties. We...
What is CSS Grid CSS grid is a layout system used for building two-dimensional layouts by using rows and columns. Grid can be used for building simple...
WHAT IS MEDIA QUERY?? Media Query is used to provide different styles for different devices by using their features like height ,width ,orientation...
CSS POSITION The CSS position property is used to set position for an element. By default, the position property for all HTML elements in CSS is set...
FLEXBOX: According to the specification, the Flexbox model provides for an efficient way to layout, align, and distribute space among elements within...
1.CSS SELECTOR CSS selectors are used to select the content you want to style. CSS provides you with a number of different ways to do. UNIVERSAL...