3
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.

【HTML、CSS】Tableタグ:CSS編:幅を設定してみよう!

Posted at

🌻Table【CSS編】幅を設定しよう!

・tableにwidthを設定
 →th, tdの幅は自動(等幅ではない)

・th, tdに「違う値のwidth」を設定
 →大きな方に統一される

・行ごとに違う幅にしたい!
 →クラス名を付けよう!

See the Pen Table:CSS:スタイリングを完成させよう2 by tomok7 (@tomok7) on CodePen.

image.png
image.png
image.png

3
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
3
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?