0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

margin-inlineが便利だった

Posted at

margin-inlineについて

margin-inline は「論理プロパティ」で、要素のインライン方向(横方向)のマージンを設定するためのもの。
文字の記述される方向(書字方向)によって方向が変わる。

margin-inlineは、margin-inline-startとmargin-inline-endのショートハンドで

margin-inline: auto;

は、

margin-inline-start: auto;
margin-inline-end: auto;

と書くことも可能。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?