CSS stands for ‘cascading style sheets’.
It is a stylesheet language used to define how the output looks. It works alongside HTML which structures the content.
CSS focuses on visual design, layout, colors, fonts, spacing and style.
It also has control over typography and layout grids.
It provides support for animations, transitions, shadows, and other visual effects.
Basic Structure of CSS -
A CSS rule consists of two main parts:
1 Selector - identifies the HTML element which is to be styled. Eg. h1, p
For more, follow this Quora link - About CSS
No comments:
Post a Comment