While we may add more in the future, here we keep the basic elements that are available for you to style your form elements.
Basic CSS Properties
Background Color
This offers a very simple color picker for you to either dial in a selected color or type in a HEX color value.
Border Width
This can accept from 1 to 4 values. Check the following examples:
- 1px – This is will add a 1 pixel border on all four sides.
- 1px 2px – This will add a 1 pixel border on the top and bottom and a 2 pixel border on the left and right sides
- 1px 2px 3px – This will add a 1 pixel border on the top, a 2px border on the left and right sides, and a 3 pixel border on the bottom.
- 1px 2px 3px 4px – This will add a 1 pixel border on the top, 2 pixel on the right, 3 pixel on the bottom, and 4 pixel on the left.
