Skip to content

Commit

Permalink
Обновляет демки в border-block, border-inline (#4655)
Browse files Browse the repository at this point in the history
* Увеличивает iframe демки в `border-block`

* Обновляет демки в `border-inline`
  • Loading branch information
StarHamster authored Aug 7, 2023
1 parent 31724d5 commit 0843802
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions css/border-block/demos/border-block-basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #2E9AFF;
width: 600px;
height: 100px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #2E9AFF;
width: 600px;
height: 100px;
Expand Down
1 change: 1 addition & 0 deletions css/border-block/demos/border-inline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #2E9AFF;
width: 600px;
height: 200px;
Expand Down
1 change: 1 addition & 0 deletions css/border-block/demos/border-language-change/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #2E9AFF;
width: 600px;
height: 100px;
Expand Down
1 change: 1 addition & 0 deletions css/border-block/demos/border-top-bottom/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #2E9AFF;
width: 600px;
height: 100px;
Expand Down
2 changes: 1 addition & 1 deletion css/border-block/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ div {
}
```

<iframe title="Рамка по строчной оси" src="demos/border-inline/" height="250"></iframe>
<iframe title="Рамка по строчной оси" src="demos/border-inline/" height="300"></iframe>
1 change: 1 addition & 0 deletions css/border-inline/demos/border-block/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 600px;
padding: 55px 40px;
background-color: #2E9AFF;
Expand Down
1 change: 1 addition & 0 deletions css/border-inline/demos/border-inline-basic/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 600px;
padding: 55px 40px;
background-color: #2E9AFF;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 600px;
padding: 55px 40px;
background-color: #2E9AFF;
Expand Down
1 change: 1 addition & 0 deletions css/border-inline/demos/border-language-change/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 600px;
padding: 55px 40px;
background-color: #2E9AFF;
Expand Down
1 change: 1 addition & 0 deletions css/border-inline/demos/border-left-right/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
display: flex;
align-items: center;
justify-content: center;
text-align: center;
width: 600px;
padding: 55px 40px;
background-color: #2E9AFF;
Expand Down

0 comments on commit 0843802

Please sign in to comment.