blob: f483d080759623513f2fc285fdca2cafc401bf39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
---
title: Alignment container
slug: Glossary/Alignment_Container
tags:
- Alignment container
- CSS
- Glossary
- alignment
translation_of: Glossary/Alignment_Container
---
<p><strong>アラインメントコンテナー</strong>の四角形の中では、<a href="/ja/docs/Glossary/Alignment_Subject">アラインメントサブジェクト</a>が整列されます。これはレイアウトのモードによって定義されます。通常はアラインメントサブジェクトが内包されているブロックのことを指します。ボックスの writing mode は外側のコンテナーによって決定されます。</p>
<h2 id="Learn_more" name="Learn_more">関連項目</h2>
<ul>
<li><a href="https://developer.mozilla.org/ja/docs/Web/CSS/CSS_Box_Alignment">CSS Box Alignment</a></li>
</ul>
|