Skip to content

Commit

Permalink
update(CSS): Web/CSS/background/ (#395)
Browse files Browse the repository at this point in the history
* update(CSS): Web/CSS/background/

* update(CSS): Web/CSS/background/
  • Loading branch information
AdriandeCita authored Jul 16, 2022
1 parent 34ea23f commit 266eeef
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions files/uk/web/css/background/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ background: no-repeat center/80% url('../img/image.png');
background: inherit;
background: initial;
background: revert;
background: revert-layer;
background: unset;
```

Expand All @@ -70,17 +71,17 @@ background: unset;
### Значення

- `<attachment>` (прикріплення)
- : Дивіться {{cssxref("background-attachment")}}
- : Дивіться {{cssxref("background-attachment")}}.
- `<box>` (рамки)
- : Дивіться {{cssxref("background-clip")}} та {{cssxref("background-origin")}}
- : Дивіться {{cssxref("background-clip")}} та {{cssxref("background-origin")}}.
- `<background-color>` (колір тла)
- : Дивіться {{cssxref("background-color")}}
- : Дивіться {{cssxref("background-color")}}.
- `<bg-image>` (зображення тла)
- : Дивіться {{Cssxref("background-image")}}
- : Дивіться {{Cssxref("background-image")}}.
- `<position>` (положення)
- : Дивіться {{cssxref("background-position")}}
- : Дивіться {{cssxref("background-position")}}.
- `<repeat-style>` (стиль повторення)
- : Дивіться {{cssxref("background-repeat")}}
- : Дивіться {{cssxref("background-repeat")}}.
- `<bg-size>` (розмір тла)
- : Дивіться {{cssxref("background-size")}}.

Expand Down Expand Up @@ -128,7 +129,7 @@ background: unset;

#### Результат

{{EmbedLiveSample("Setting_backgrounds_with_color_keywords_and_images")}}
{{EmbedLiveSample("vstanovlennia-foniv-iz-kliuchovymy-slovamy-koloriv-ta-zobrazhen")}}

## Специфікації

Expand Down

0 comments on commit 266eeef

Please sign in to comment.