# copy-the-code/3.4.0/classes/elementor/widgets/email-sample/style.css

Copy Anything to Clipboard for WordPress – Copy Button, Copy Text &amp; Copy Code, version 3.4.0. 20 lines.

- Page: https://pluginprobe.com/plugins/copy-the-code/3.4.0/code/classes/elementor/widgets/email-sample/style.css
- Raw: https://pluginprobe.com/plugins/copy-the-code/3.4.0/raw/classes/elementor/widgets/email-sample/style.css
- Modified: 2023-10-28T18:56:20+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/copy-the-code/3.4.0/code/classes/elementor/widgets/email-sample/style.css#L10-L20`.

```css
.ctc-email-sample .ctc-block-actions {
    text-align: center;
}

.ctc-email-sample .ctc-block-content {
    background: #ffffff;
    padding: 25px 30px;
    margin: 0 0 0 0;
    border-radius: 10px;
    border: 1px solid lightgray;
}

.ctc-email-sample .ctc-block-copy {
    margin-top: 20px;
}

.ctc-email-sample .ctc-email-highlight {
    background: #FFEB3B;
    color: black;
}
```
