Getting started with CSS
What is CSS?
CSS stands for Cascading Style Sheets. It's basically used to create good-looking websites by describing how the HTML elements are displayed on the screen. It also controls the layout of the website.
Syntax?
<element style="property:va...
bhumikhokhani.hashnode.dev7 min read