Border Width
The border-width property defines the width (size) of the element's border.
Class | Properties |
---|---|
wpex-border-0 | border-width: 0px; |
wpex-border | border-width: 1px; |
wpex-border-y | border-width: 1px 0; |
wpex-border-x | border-width: 0 1px; |
wpex-border-t-0 | border-top-width: 0; |
wpex-border-t | border-top-width: 1px; |
wpex-border-t-2 | border-top-width: 2px; |
wpex-border-t-3 | border-top-width: 3px; |
wpex-border-t-4 | border-top-width: 4px; |
wpex-border-r-0 | border-top-width: 0; |
wpex-border-r | border-top-width: 1px |
wpex-border-r-2 | border-top-width: 2px |
wpex-border-r-3 | border-top-width: 2px |
wpex-border-r-4 | border-top-width: 4px |
wpex-border-b-0 | border-bottom-width: 0; |
wpex-border-b | border-bottom-width: 1px |
wpex-border-b-2 | border-bottom-width: 2px |
wpex-border-b-3 | border-bottom-width: 3px |
wpex-border-b-4 | border-bottom-width: 4px; |
wpex-border-l-0 | border-left-width: 0; |
wpex-border-l | border-left-width: 1px; |
wpex-border-l-2 | border-left-width: 2px; |
wpex-border-l-3 | border-left-width: 3px; |
wpex-border-l-4 | border-left-width: 4px; |