CSS border-bottom-style
The border-bottom-style property in CSS is used to set the style of the bottom border of an element. This property can have the following values:
none: No border is displayeddotted: A dotted border is displayeddashed: A dashed border is displayedsolid: A solid border is displayeddouble: A double border is displayed
Let's see some examples of how to use the border-bottom-style property:
In the example above, we have applied different border-bottom-style values to the paragraphs to demonstrate how each style affects the appearance of the bottom border.