CSS | PART2 | EXPLAINED COLOR, BACKGROUND CSS

Опубликовано: 25 Март 2026
на канале: Code Wave
16
1

In this tutorial I explained the COLOR and BACKGROUND property of CSS.
There are four ways by which a developer can change the color of a text.
These are: HEXCODE, SHORTHEXCODE, RGB, RGBA
I explained BACKGROUND property of CSS.

#background_color #background_repeat #background_position #background_image #background_attachment #hexcode #shorthexcode #rgb #rgba #px #em #pc

These are:
1) BACKGROUND-COLOR
2) BACKGROUND-REPEAT
3) BACKGROUND-POSITION
4) BACKGROUND-IMAGE
5) BACKGROUND-ATTACHMENT

In this tutorial I explained the value of property.
I used values like repeat-x, repeat-y, no-repeat and repeat in case of BACKGROUND-REPEAT.
I used url in case of BACKGROUND-IMAGE.
I used hexcode, shorthexcode, rgb and rgba in case of BACKGROUND-COLOR
I also used fixed and scroll in case of BACKGROUND-ATTACHMENT.

In this tutorial I mention measurement unit like px, em, pc.

Using px according to x-axis and y-axis I explain BACKGROUND-POSITION.

The creator of this video is Ranjan Majumder.
Thank you.