border-left-width

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

border-left-widthは左辺のボーダーの太さを指定するプロパティです。

border-left-widthには数値もしくはthin(細い)、medium(普通)、thick(太い)のキーワードが指定できます。

.target{
	border-left-width:10px;
}

上辺の太さを指定したい場合はborder-top-width、 右辺の太さを指定したい場合はborder-right-width、 下辺の太さを指定したい場合はborder-bottom-widthのプロパティで適応させることができます。

参考URL

4.3. Line Thickness: the ‘border-width’ properties - W3C

登録日 : 2014年02月03日 最終更新日 : 2014年2月3日

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

検索

スポンサードリンク

バージョン

リファレンス