# easy-elements/1.5.0/widgets/copyright/css/copyright.css

Easy Elements for Elementor – Addons &amp; Website Templates, version 1.5.0. 15 lines.

- Page: https://pluginprobe.com/plugins/easy-elements/1.5.0/code/widgets/copyright/css/copyright.css
- Raw: https://pluginprobe.com/plugins/easy-elements/1.5.0/raw/widgets/copyright/css/copyright.css
- Modified: 2026-06-17T10:35:02+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/easy-elements/1.5.0/code/widgets/copyright/css/copyright.css#L10-L20`.

```css
.eel-copyright {
    margin: 0;
    line-height: 1.6;
    word-wrap: break-word;
}

.eel-copyright a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.eel-copyright a:hover {
    text-decoration: underline;
}

```
