Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Вивчайте Колір Фону | Декоративні Ефекти
Основи CSS
course content

Зміст курсу

Основи CSS

Основи CSS

2. CSS для Тексту
3. Бокс Модель та Відстань між Елементами
4. Флексбокс
5. Декоративні Ефекти

book
Колір Фону

Властивість background-color

За допомогою цієї властивості ми можемо задати колір фону для елемента. Значення може бути в будь-якому форматі: hex, rgb, rgba або зарезервоване слово.

css

background-color property

We can set background color for an element with help of this porperty. The value can be in any format: hex, rgb, rgba or reserved word.

css
html

index.html

css

index.css

copy

static vs gradient color

Static color refers to a single color value that is applied uniformly to an element, such as red or #0000FF . On the other hand, gradient color involves blending two or more colors together to create a smooth transition between them.

html

index.html

css

index.css

copy

linear gradient

Для встановлення лінійного градієнтного кольору фону ми використовуємо

css

linear gradient

To set the linear gradient background color we use:

css
html

index.html

css

index.css

copy

Also, we can specify the color percentage in the gradient color.

html

index.html

css

index.css

copy

solid linear gradient

We get striped background color if we specify the same percentage for adjacent colors. Let's run the example to get what the difference is.

html

index.html

css

index.css

copy

radial gradient

Radial gradient works the same way as linear. The only difference is that color starts at the center and spreads outwards.

html

index.html

css

index.css

copy

1. У чому основна відмінність між статичним кольором і градієнтним кольором в CSS?

2. Яка різниця між лінійним градієнтом і радіальним градієнтом в CSS?

question mark

У чому основна відмінність між статичним кольором і градієнтним кольором в CSS?

Select the correct answer

question mark

Яка різниця між лінійним градієнтом і радіальним градієнтом в CSS?

Select the correct answer

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 5. Розділ 1
Ми дуже хвилюємося, що щось пішло не так. Що трапилося?
some-alt