Skip to content

Commit

Permalink
update(CSS): web/css/border (#396)
Browse files Browse the repository at this point in the history
* update(CSS): Web/CSS/border/

* update(CSS): web/css/border

* update(CSS): web/css/border
  • Loading branch information
AdriandeCita authored Jul 16, 2022
1 parent a2fb140 commit 4d6b231
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion files/uk/web/css/border/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ slug: Web/CSS/border
tags:
- CSS
- CSS Borders
- CSS Property
- CSS Shorthand property
- Layout
- Reference
Expand Down Expand Up @@ -43,6 +44,8 @@ border: medium dashed green;
/* Глобальні значення */
border: inherit;
border: initial;
border: revert;
border: revert-layer;
border: unset;
```

Expand Down Expand Up @@ -107,7 +110,7 @@ div {

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

{{EmbedLiveSample('Setting_a_pink_outset_border')}}
{{EmbedLiveSample('vstanovlennia-rozhevykh-zovnishnikh-mezh')}}

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

Expand All @@ -122,5 +125,6 @@ div {
- {{Cssxref("border-width")}}
- {{Cssxref("border-style")}}
- {{Cssxref("border-color")}}
- {{Cssxref("outline")}}
- [Фони та межі](/uk/docs/Web/CSS/CSS_Backgrounds_and_Borders)
- [Вивчаймо CSS: Фони та межі](/uk/docs/Learn/CSS/Building_blocks/Backgrounds_and_borders)

0 comments on commit 4d6b231

Please sign in to comment.