diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/ja/web/css/margin/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/css/margin/index.md b/files/ja/web/css/margin/index.md index 620ad1d306..a83a3dadac 100644 --- a/files/ja/web/css/margin/index.md +++ b/files/ja/web/css/margin/index.md @@ -134,7 +134,7 @@ margin: 10px 3% -1em; /* 上: 10px のマージン */ margin: 10px 3px 30px 5px; /* 上: 10px のマージン */ /* 右: 3px のマージン */ /* 下: 30px のマージン */ - /* 右: 5px のマージン */ + /* 左: 5px のマージン */ margin: 2em auto; /* 上と下: 2em のマージン */ /* ボックスは水平方向に中央 */ |