---
title: CSS 背景と境界
slug: Web/CSS/CSS_Backgrounds_and_Borders
tags:
- CSS
- CSS 背景と境界
- Reference
- 概要
translation_of: Web/CSS/CSS_Backgrounds_and_Borders
---
{{CSSRef}}
CSS 背景と境界モジュールでスタイル付けをすると、背景を色や画像で埋めたり (クリッピングや寸法の変更も) 他の加工を行ったりすることができます。これらのスタイルでは、境界を線や画像で装飾したり、四角くしたり丸くしたりすることもできます。(さらに、要素ボックスに影をつけて装飾することもできます)。
リファレンス
プロパティ
- {{cssxref("background")}}
- {{cssxref("background-attachment")}}
- {{cssxref("background-clip")}}
- {{cssxref("background-color")}}
- {{cssxref("background-image")}}
- {{cssxref("background-origin")}}
- {{cssxref("background-position")}}
- {{cssxref("background-position-x")}}
- {{cssxref("background-position-y")}}
- {{cssxref("background-repeat")}}
- {{cssxref("background-size")}}
- {{cssxref("border")}}
- {{cssxref("border-bottom")}}
- {{cssxref("border-bottom-color")}}
- {{cssxref("border-bottom-left-radius")}}
- {{cssxref("border-bottom-right-radius")}}
- {{cssxref("border-bottom-style")}}
- {{cssxref("border-bottom-width")}}
- {{cssxref("border-collapse")}}
- {{cssxref("border-color")}}
- {{cssxref("border-image")}}
- {{cssxref("border-image-outset")}}
- {{cssxref("border-image-repeat")}}
- {{cssxref("border-image-slice")}}
- {{cssxref("border-image-source")}}
- {{cssxref("border-image-width")}}
- {{cssxref("border-left")}}
- {{cssxref("border-left-color")}}
- {{cssxref("border-left-style")}}
- {{cssxref("border-left-width")}}
- {{cssxref("border-radius")}}
- {{cssxref("border-right")}}
- {{cssxref("border-right-color")}}
- {{cssxref("border-right-style")}}
- {{cssxref("border-right-width")}}
- {{cssxref("border-style")}}
- {{cssxref("border-top")}}
- {{cssxref("border-top-color")}}
- {{cssxref("border-top-left-radius")}}
- {{cssxref("border-top-right-radius")}}
- {{cssxref("border-top-style")}}
- {{cssxref("border-top-width")}}
- {{cssxref("border-width")}}
- {{cssxref("box-shadow")}}
- 複数の背景の使用
- 要素に1つまたは複数の背景を設定する方法を説明します。
- 背景画像の拡縮
- 背景画像の拡大縮小や繰り返しを変更する方法を説明します。
- CSS を使った HTML の要素への色の適用
- CSS の色が境界を含む HTML でどのように使われるかを概観します。
- 境界画像作成ツール
- 境界画像 ({{cssxref("border-image")}} プロパティ) を見ながら作ることができる対話型のツールです。
- 境界角丸作成ツール
- 角の丸み ({{cssxref("border-radius")}} プロパティ) を見ながら作ることができる対話型のツールです。
- ボックスの影作成ツール
- 要素の背後の影 ({{cssxref("box-shadow")}} プロパティ) を見ながら作ることができる対話型のツールです。
仕様書
仕様書 |
状態 |
備考 |
{{ SpecName('CSS3 Backgrounds') }} |
{{ Spec2('CSS3 Backgrounds') }} |
|
{{SpecName('CSS2.1', 'box.html')}} |
{{Spec2('CSS2.1')}} |
|
{{SpecName('CSS1', '#border')}} |
{{Spec2('CSS1')}} |
|