CSS Crash Course for Beginners -2
1 min readJul 10, 2020
Welcome to part-2 of the series. You can find part-1 here.
Colors In CSS
We had added a lot of back-ground color and text color in the previous part. There are three ways to represent color in CSS. They are -
- Color Names
- Hexadecimal
- RGB
Let’s update our project to contain all CSS from the styles.css file only. So, go ahead and remove the Inline and Internal CSS from index.html.
You can read the rest of the blog from my site. The link for the same is below.
You can find part-3 here.