The Art of Writing Short Stories Read Here
And Operator Media Queries Through using the  and  operator when writing media queries in CSS, we can specify that multiple media features are requ…
Media Type in Media Queries When writing media queries in CSS we use the only keyword to specify the type of device. Initially, CSS incorporated…
CSS unit rem The CSS unit rem can be used to set the font size of HTML elements relative to the font size of the root element. 1 rem represents …
background-size: cover; The CSS background-size property is used to specify the size of the background image. When given the value cover , like b…
Usage of Percentages in CSS Instead of defining a fixed width using units like px , or cm , percentages can be used in CSS to set the height and …