Style
This shortcode is used to apply inline styling to the text contained in the opening and closing tags of the shortcode.
This is sample content.
[style size="18"] content here [/style] sets the size of the font to be 18px.
This is sample content.[style size="24" color="#0000FF"] content here [/style] sets blue color to the text and increase the size to 24px.
This is sample content.[style size="18" weight="bold"] content here [/style] sets the weight of the text to be bold.
This is sample content.
[style size="18" align="right"] content here [/style] aligns the text to the right side.

