CSS in web development
CSS stands for Cascading Style Sheets. It is used to beautify web page or making the web page more attractive.
Types of CSS:
INLINE: Inline css is the style given to a web page in an element itself by using style attribute.
<p style="color:#a52a2a">L...
srishh.hashnode.dev2 min read