CSS Crash Course for Beginners -2

Nabendu Biswas
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.

index.html

--

--

Nabendu Biswas
Nabendu Biswas

Written by Nabendu Biswas

Architect, ReactJS & Ecosystem Expert, Youtuber, Blogger

No responses yet