border-bottom

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

border-bottomは下辺のボーダーに対する指定が一括で可能なプロパティです。

border-bottom-widthborder-bottom-styleborder-bottom-colorの指定を一括で行います。

.target{
	border-bottom:10px slid blue;
}

また、border-bottom-colorプロパティの指定が省略された場合は、colorプロパティの値が継承されてボーダー色として採用されます。

全辺に対してまとめて指定を行いたい場合はborderプロパティを利用します。

参考URL

4.4. Border Shorthand Properties - CSS - W3C

登録日 : 2014年08月07日 最終更新日 : 2015年1月4日

同じカテゴリー(Border)のエントリー

検索

スポンサードリンク

バージョン

リファレンス