Skip to content

Commit

Permalink
update 2024-12-16
Browse files Browse the repository at this point in the history
  • Loading branch information
BcRikko committed Dec 15, 2024
1 parent c0bdd89 commit f992a92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/posts/2024-12-16/background-clip-border-area.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import Baseline from '../../../components/Baseline.astro'

`background-clip`を使うことで、`background-image`などで指定した背景を切り抜き、表示することができる。

デザイン性重視のウェブサイトでも、画像をつくって`<img src="..." alt="テキストの説明">`みたいなことをせずに、そのまま表示できる。ただし、背景画像を透過させるために`color: transparent`をしているため、`background-image`の読み込みに失敗すると何も見えなくなってしまうため、フォールバックのテストが必要だ。

```html
<section class="clip">
Hello world.
Expand Down

0 comments on commit f992a92

Please sign in to comment.