CSS border-block-start-width
The border-block-start-width
property specifies the width of the top border of a block element's border box.
Here is the syntax for the border-block-start-width
property:
selector {
border-block-start-width: value;
}
The value of the border-block-start-width
property can be specified in pixels, ems, rems, or percentages.
In this example, we have set the border-block-start-width
to 5 pixels, and the border style to solid. This creates a solid top border with a width of 5 pixels.