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 ボックスモデル (Box Model)

Posted at
  1. コンテンツ (content)
    要素の中身。
    文字や画像が入る部分。

  1. パディング (padding)
    コンテンツと枠(ボーダー)の間の空白。
    内側の余白。

  1. ボーダー (border)
    箱の外側にある線。
    線の太さや色を指定できる。

  1. マージン (margin)
    ボーダーの外側の空白。
    要素と要素の間のすき間を作る

content → 中身(文字・画像)

padding → 中身と枠のあいだの余白

border → 枠線

margin → 枠の外の余白(他の要素とのすき間)

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?