Border Shorthand Property in CSS


Use the border shorthand property to define the width, style, and color of an element’s border.

Source Code

.shorthand-border {
    border: 2px solid #000;
}
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments