border-top
border-topは上辺のボーダーに対する指定が一括で可能なプロパティです。
border-top-width、border-top-style、border-top-colorの指定を一括で行います。
.target{ border-top:10px slid blue; }
また、border-top-colorプロパティの指定が省略された場合は、colorプロパティの値が継承されてボーダー色として採用されます。
全辺に対してまとめて指定を行いたい場合はborderプロパティを利用します。
参考URL
4.4. Border Shorthand Properties - CSS - W3C
登録日 : 2014年07月27日 最終更新日 : 2015年1月4日
同じカテゴリー(Border)のエントリー
- border
- border-left
- border-bottom
- border-right
- border-top
- border-image
- border-image-repeat
- border-image-outset
- border-image-width
- border-image-slice
- border-image-source
- border-radius
- border-bottom-left-radius
- border-bottom-right-radius
- border-top-right-radius
- border-top-left-radius
- border-left-width
- border-bottom-width
- border-right-width
- border-top-width
- border-width
- border-left-style
- border-bottom-style
- border-right-style
- border-top-style
- border-style
- border-left-color
- border-bottom-color
- border-right-color
- border-top-color
- border-color