# border-bottom-style

The border-bottom-style CSS property sets the line style of an element's bottom border.

# # Syntax

border-bottom-style: none | solid | dashed | dotted;

# # Values

none

solid

dashed

dotted

# # Compatibility

# # uni-app compatibility

Android version Android uni-app Android uni-app-x iOS version iOS uni-app iOS uni-app-x
border-bottom-style 5.0 3.9+ 9.0 -

# # See also