Basics of CSS
<p>In this blog we will be going through the basics of CSS, and by the end of this blog you will be able to stylize and create awesome webpages.</p>
<h1><strong>What you'll learn</strong></h1>
<ul>
<li>What is CSS?</li>
<li>Why to use CSS?</li>
<li>Applying CSS to HTML</li>
<li>Anatomy of CSS code</li>
<li>Fonts and Text in CSS</li>
<li>Everything about boxes in CSS</li>
<li>Positioning and Styling the webpage</li>
</ul>
<h1><strong>Prerequisites</strong></h1>
<ul>
<li>Basic word processing using any text editor. (VS code recommended)</li>
<li>Basic knowledge in HTML</li>
</ul>