#css
Read more stories on Hashnode
Articles with this tag
Gradient: In CSS, "gradient" is a property that allows us to create a smooth transition among multiple colors. There are 3 types of gradients: linear,...
Text in CSS: In CSS(Cascading Style Sheets), text can be styled using various properties. Some examples have been given below: Text color: This...
CSS Box Model: The CSS box model is a fundamental concept of web design that defines the layout and positioning of HTML elements on a web page. Every...
CSS Selector: CSS Selector is used to select and target specific HTML elements which we want to style. There are different types of selectors in CSS,...
What is CSS?: CSS stands for cascading stylesheets. It is a language used for describing the look and formatting of a document in a markup language...