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

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

- Page: https://pluginprobe.com/plugins/copy-the-code/3.4.0/code/classes/elementor/widgets/table/style.css
- Raw: https://pluginprobe.com/plugins/copy-the-code/3.4.0/raw/classes/elementor/widgets/table/style.css
- Modified: 2023-11-28T21:48:06+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/table/style.css#L10-L20`.

```css
.ctc-table-wrap {
    overflow-x: auto;
}

.ctc-table table {
    color: black;
    text-wrap: nowrap;
    margin: 0;
    font-size: 14px;
}

.ctc-table table,
.ctc-table td,
.ctc-table th {
    border: 1px solid white;
    padding: 10px;
}

.ctc-table-wrap {
    margin: 0 0 20px 0;
}

.ctc-table tr:nth-child(odd) {
    background: #dcddde;
}

.ctc-table tr:nth-child(even) {
    background: #bcbec0;
}

.ctc-table__key {
    background: black;
    color: white;
}
```
