Border style properties
Set the border style Top, Bottom, Left and Right on an element. Use Equal style to set the style of all sides at the same time.
Border style top, bottom, left and right
Set the border style of each side individually using top, bottom, left and right.
Options:
- None - Display no border. In table cell has lowest priority
- Solid - Display a solid border
- Dotted - Display a dotted border
- Dashed - Display a dashed border
- Double - Display a double border
- Hidden - Display no border. In table cell has highest priority
Border style equal
Set the border style on all sides. Equal style and individual styles can be used together. An individual style will override the equal style on that side.
Options:
- None - Display no border. In table cell has lowest priority
- Solid - Display a solid border
- Dotted - Display a dotted border
- Dashed - Display a dashed border
- Double - Display a double border
- Hidden - Display no border. In table cell has highest priority
Find more information at https://developer.mozilla.org/en-US/docs/Web/CSS/border-style
Border block-start, block-end, inline-start, inline-end
Set the physical border style to which it maps depends on the element's writing mode, directionality, and text orientation.
Options:
- None - Display no border. In table cell has lowest priority
- Solid - Display a solid border
- Dotted - Display a dotted border
- Dashed - Display a dashed border
- Double - Display a double border
- Hidden - Display no border. In table cell has highest priority
Find more information at https://developer.mozilla.org/en-US/docs/Web/CSS/border-block-start