HTML CSS SQL Meta tag Generator ScrollBar design Generator Encode Decode images

CSS Basics

Introduction Syntax Selectors Attribute Selectors Specificity Combinators !important Comments Colors

CSS Need to Know

Box Model Pseudo-class Pseudo-element Inline-block Math Functions Max and Min Opacity Outline Overflow Z-index Float

Most used

Align Backgrounds Borders Text Units Padding Margins Position Tables Display Fonts Lists Height and Width

CSS Reference

CSS Properties reference CSS Pseudo-Classes reference CSS Pseudo-Elements reference CSS Selector reference

CSS border-inline-start-width

The border-inline-start-width property sets the width of the inline start border of an element, which is the left border in ltr languages and the right border in rtl languages.

Here's the syntax for the border-inline-start-width property:


selector {
  border-inline-start-width: value;
}

The value can be specified in pixels, percentage, em, rem, etc.

Result:
This is an example text with border-inline-start-width applied.
#tower-of-pisa {
	font-style: italic;
}