Skip to content

Commit

Permalink
2024/02/21 時点の英語版に基づき更新
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuji09 committed Dec 20, 2024
1 parent 8b1c55a commit a74bc0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/ja/web/css/border-bottom/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ border-bottom: unset;

#### HTML

```html
```html live-sample___applying_a_bottom_border
<div>このボックスには下側に境界線があります。</div>
```

#### CSS

```css
```css live-sample___applying_a_bottom_border
div {
border-bottom: 4px dashed blue;
background-color: gold;
Expand All @@ -94,7 +94,7 @@ div {

#### 結果

{{EmbedLiveSample('下の境界の適用')}}
{{EmbedLiveSample('Applying_a_bottom_border')}}

## 仕様書

Expand Down

0 comments on commit a74bc0d

Please sign in to comment.