border-right-width

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

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

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

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

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

参考URL

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

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

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

検索

スポンサードリンク

バージョン

リファレンス