border-inline-style

Sets the line style for both inline-dimension borders (left and right) with one declaration. Using 'solid' is the standard for defining box boundaries.

Quick example

.tag {
  border-inline-style: solid;
  border-inline-width: 1px;
  border-inline-color: #ddd;
  padding: 2px 8px;
}

Quick facts

Initial value
none
Inherited
No
Applies to
all elements
Animation type
discrete

Values

border-top-style

border-inline-style Browser Support

Widely available Since 2021 95% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2021.

Safe to use without fallbacks.

87+
66+
14.1+
87+
ESC