LoginSignup
18
9

More than 5 years have passed since last update.

width:auto; で幅を解除

Posted at

CSSでwidthの値を上書きしたかった時に調べたメモ。

p{
    width : 100px;
}
p.width-remove{
    width : auto;
}
18
9
1

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
18
9