border-bottom-style

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

border-bottom-styleは下辺のボーダーのスタイルを指定するためのプロパティです。

border-bottom-styleには以下の値が指定できます。

none
hidden
dotted
dashed
solid
double
groove
ridge
inset
outset
.target{
	border-bottom-style:soid;
}

上辺のスタイルを指定したい場合はborder-top-style、右辺のスタイルを指定したい場合はborder-right-style、左辺のスタイルを指定したい場合はborder-left-styleなどのプロパティで適応させることができます。

参考URL

4.2. Line Patterns: the ‘border-style’ properties - W3C

登録日 : 2014年01月26日 最終更新日 : 2014年1月26日

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

検索

スポンサードリンク

バージョン

リファレンス