#frontend-development
Read more stories on Hashnode
Articles with this tag
CSS Grid is a powerful layout system · CSS Grid is a powerful layout system that allows web developers to create complex, responsive layouts with ease....
a pseudo-class · In CSS, a pseudo-class is a keyword that is used to select and style elements based on their state or position in the document tree. The...
display property and its behavior · The display property in CSS is used to specify the type of box an HTML element should generate, and how it should...
padding and margin and layout properties to achieve the desired design. · Padding and margin are CSS properties used to create space around an HTML...
CSS selectors · There are several types of CSS selectors, including: Element selectors - select HTML elements based on their element names. For example,...
In CSS, specificity · In CSS, specificity refers to the set of rules that determine which style declarations are applied to an HTML element when multiple...