Border

このエントリーをはてなブックマークに追加

CSSで境界を指定するためのプロパティ一覧です。

  • border
    borderプロパティはボーダーに対する指定が一括で可能なプロパティです。
  • border-left
    border-leftは左辺のボーダーに対する指定が一括で可能なプロパティです。
  • border-bottom
    border-bottomは下辺のボーダーに対する指定が一括で可能なプロパティです。
  • border-right
    border-rightは右辺のボーダーに対する指定が一括で可能なプロパティです。
  • border-top
    border-topは上辺のボーダーに対する指定が一括で可能なプロパティです。
  • border-image
    border-imageはボーダー画像を指定するためのプロパティです。
  • border-image-repeat
    border-image-repeatはボーダー画像の繰り返し方法について指定するためのプロパティです。
  • border-image-outset
    border-image-outsetはボーダー画像が描画する領域外のサイズを指定するためのプロパティです。
  • border-image-width
    border-image-widthはボーダー画像が描画する領域のサイズを指定するためのプロパティです。
  • border-image-slice
    border-image-sliceはボーダーに画像を指定する際にborder-image-sourceで指定した画像のスライス位置を指定できるプロパティです。
  • border-image-source
    border-image-sourceはボーダーに画像を指定する際の画像のURLを指定できるプロパティです。
  • border-radius
    border-radiusは要素の各角を角丸にする為のプロパティです。
  • border-bottom-left-radius
    border-bottom-left-radiusはCSS3で定義された要素の左下の角丸を指定するためのプロパティです。
  • border-bottom-right-radius
    border-bottom-right-radiusはCSS3で定義された要素の右下の角丸を指定するためのプロパティです。
  • border-top-right-radius
    border-top-right-radiusはCSS3で定義された要素の右上の角丸を指定するためのプロパティです。
  • border-top-left-radius
    border-top-left-radiusはCSS3で定義された要素の左上の角丸を指定するためのプロパティです。
  • border-left-width
    border-left-widthは左辺のボーダーの太さを指定するプロパティです。
  • border-bottom-width
    border-bottom-widthは下辺のボーダーの太さを指定するプロパティです。
  • border-right-width
    border-right-widthは右辺のボーダーの太さを指定するプロパティです。
  • border-top-width
    border-top-widthは上辺のボーダーの太さを指定するプロパティです。
  • border-width
    border-widthはボーダーの太さを指定するプロパティです。
  • border-left-style
    border-left-styleは左辺のボーダーのスタイルを指定するためのプロパティです。
  • border-bottom-style
    border-bottom-styleは下辺のボーダーのスタイルを指定するためのプロパティです。
  • border-right-style
    border-right-styleは右辺のボーダーのスタイルを指定するためのプロパティです。
  • border-top-style
    border-top-styleは上辺のボーダーのスタイルを指定するためのプロパティです。
  • border-style
    border-styleはボーダーのスタイルを指定するためのプロパティです。
  • border-left-color
    border-left-colorは左辺のボーダー色を指定するためのプロパティです。
  • border-bottom-color
    border-bottom-colorは下辺のボーダー色を指定するためのプロパティです。
  • border-right-color
    border-top-colorは右辺のボーダー色を指定するためのプロパティです。
  • border-top-color
    border-top-colorは上辺のボーダー色を指定するためのプロパティです。
  • border-color
    border-colorはボーダーの色を指定するためのプロパティです。

検索

スポンサードリンク

バージョン

リファレンス