#css
Read more stories on Hashnode
Articles with this tag
A grid can be defined as an intersecting set of vertical and horizontal lines. Grid layout separates a page into major sections. Grid property offers...
The position property specifies the type of positioning method used for an element. Its types are:- (static, relative, absolute, fixed or...
Media queries allow you to apply CSS styles depending on your device screen, It can be used to check many things such as the width and height of the...
CSS gradients let you display smooth transitions between two or more specified colors. CSS defines three types of gradients: i) Linear Gradient ii)...
PADDING and MARGIN:-- Padding is the space between an element's border and the content of the element. While the margin is the space around an...
CSS selectors are the part of CSS rule which are used for selecting HTML elements that you want to design or give styling. They are the patterns that...