Skip to content

Commit

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

* update(CSS): web/css/using_css_custom_properties
  • Loading branch information
AdriandeCita authored Jul 16, 2022
1 parent d209755 commit 38f4c11
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions files/uk/web/css/using_css_custom_properties/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ element {
</div>
```

... що призводить до наступного:
Це виводить наступний результат:

{{EmbedLiveSample("First_steps_with_custom_properties",600,180)}}
{{EmbedLiveSample("pershi-kroky-iz-korystuvatskymy-vlastyvostiamy",600,180)}}

## Використання псевдокласу :root

Expand Down Expand Up @@ -171,7 +171,7 @@ element {
</div>
```

... із наступним CSS:
із наступним CSS:

```css
.two {
Expand Down Expand Up @@ -263,7 +263,7 @@ p {

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

{{EmbedLiveSample('Invalid normal properties', 100, 100)}}
{{EmbedLiveSample('nediisni-zvychaini-vlastyvosti', 100, 100)}}

### Недійсні користувацькі властивості

Expand Down Expand Up @@ -298,7 +298,7 @@ p {

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

{{EmbedLiveSample('Invalid custom properties', 100, 100)}}
{{EmbedLiveSample('nediisni-zvychaini-vlastyvosti', 100, 100)}}

## Значення у JavaScript

Expand Down

0 comments on commit 38f4c11

Please sign in to comment.