About CSS
Date 19-01-2023
Today is my 4th blog in hashnode. today I have explained the whole CSS.
CSS stands for Cascading Style Sheet it is used to describe the look and formatting of the document written in HTML. it is used to define the style of the element on a web page, such as the font, color, size and layout of text and other elements.
it is developed by |
The importance of CSS for web development are follow
Styling and responsive design.
Separation of concern and appearance.
reusability and animation.
Reason to learn CSS?
Fast page speed
Better UX and quick dev time
easy formatting changes and compatibility across devices.
CSS is a cornerstone technology of the World Wide Web, alongside HTML and JavaScript.
there are mainly three types of CSS
Internal CSS.
Inline CSS.
External CSS.