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?

【CSS】max()の使い方

Posted at

使い方

max()()内に記述された値のうち、最大の値を設定します。

width: max(100vw, 100px);

上記の場合には100vw100pxのうち大きい方の値が設定されます。

screen-recording-60.gif

参考

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?