Width
The width property defines the width of the element.
Class | Properties |
---|---|
wpex-w-auto | width: auto; |
wpex-w-screen | width: 100vw; |
wpex-w-0 | width: 0; |
wpex-w-20 | width: 20%; |
wpex-w-30 | width: 30%; |
wpex-w-33 | width: 33%; |
wpex-w-40 | width: 40%; |
wpex-w-50 | width: 50%; |
wpex-w-60 | width: 60%; |
wpex-w-67 | width: 67%; |
wpex-w-70 | width: 70%; |
wpex-w-75 | width: 75%; |
wpex-w-80 | width: 80%; |
wpex-w-100 | width: 100%; |
wpex-w-svw | width: 100svw; |
wpex-w-lvw | width: 100lvw; |
wpex-w-dvw | width: 100dvw; |
wpex-w-min | width: min-content; |
wpex-w-max | width: max-content; |
wpex-w-fit | width: fit-content; |