change the length of a border top code example
Example 1: css border top
.topBorder {
/* width style color */
border-top: 5px solid black;
}
Example 2: border width css
.element {
border-width: 2px;
}
.topBorder {
/* width style color */
border-top: 5px solid black;
}
.element {
border-width: 2px;
}