VOOZH about

URL: https://www.geeksforgeeks.org/css/css-border-inline-style-property/

⇱ CSS | border-inline-style Property - GeeksforGeeks


  • Courses
  • Tutorials
  • Interview Prep

CSS | border-inline-style Property

Last Updated : 12 Jul, 2025
The border-inline-style property is an inbuilt property in CSS which is used to set the individual logical block inline-border-style property values in a single place in the style sheet. It sets the inline border-style top(left), and bottom(right) of the defining border element. Syntax:
border-inline-style: style;
Property values:
  • style: This property holds the style of the border dashed, border, dotted, etc.
Below examples illustrate the border-inline-style property in the CSS: Example 1: Output: 👁 Image
Example 2: Output: 👁 Image
Reference: https://developer.mozilla.org/en-US/docs/Web/CSS/border-inline-style#:~:text=The%20border-inline-style%20CSS,%2C%20directionality%2C%20and%20text%20orientation. Supported Browsers: The browser supported by border-inline-style property are listed below:
  • Firefox
  • Opera
  • Edge
Comment
Article Tags: