CSS Crash Course for Beginners -3

Welcome to part-3 of the series. You can find part-2 here.
Class & Id
We have the concept of class and id in CSS. They can be used to target any HTML element. The difference between both of them is that the same class can be used at different places, but we can use id only once. Let’s update our html from previous part to wrap the h1, h3 and p with a div with class of box-1.

You can read the rest of the blog from my site. The link for same is below.
You can find part-4 here.