sets all the border properties in one declaration
Answers
Answered by
2
Explanation:
The border-bottom shorthand property sets all the bottom border properties in one declaration. The properties that can be set, are (in order): border-bottom-width, border-bottom-style, and border-bottom-color.
JavaScript syntax: object.style.borderBottom="3px solid blue" Try it
Animatable: yes, see individual properties. Read about animatable Try it
Default value: medium none color
Hope it helpful!
Mark me as a brain list bro!
Similar questions