# king-addons/51.1.36/includes/widgets/Styled_Text_Builder/style.css

King Addons for Elementor – 80+ Elementor Widgets, 4 000+ Elementor Templates, WooCommerce, Mega Menu, Popup Builder, version 51.1.36. 25 lines.

- Page: https://pluginprobe.com/plugins/king-addons/51.1.36/code/includes/widgets/Styled_Text_Builder/style.css
- Raw: https://pluginprobe.com/plugins/king-addons/51.1.36/raw/includes/widgets/Styled_Text_Builder/style.css
- Modified: 2025-09-25T22:50:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/king-addons/51.1.36/code/includes/widgets/Styled_Text_Builder/style.css#L10-L20`.

```css
.king-addons-styled-text {
    word-wrap: normal;
    word-break: break-word;
}

.king-addons-styled-text .king-addons-styled-text-inner * {
    margin: 0;
    padding: 0;
    word-wrap: normal;
    word-break: keep-all;
}

.king-addons-styled-text-gradient .king-addons-styled-text-inner {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.king-addons-styled-text img {
    display: inline-block;
}

.king-addons-styled-text-underline-gradient .king-addons-styled-text-inner {
    position: relative;
    transition: all 0.25s ease-in;
}
```
