Example
A simple border-inline-width property example:
Laboratory
description & Usage
To determine the width of the inner border, we use the border-inline-width property.
Browser compatibility and Support
# |
Chrome |
Edge |
Firefox |
Safari |
Opera |
border-inline-width |
|
|
|
|
|
Values
Values |
Description |
medium
|
Defines a thick border
|
thin
|
Defines a thin margin.
|
thick
|
Defines a thick margin.
|
length
|
This gives the user access to set the thickness of the border.
|
initial
|
Adds this value to its default property.
|
inherit
|
It inherits this value from its parent tag.
|