PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.5.0
Easy Elements for Elementor – Addons & Website Templates v1.5.0
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / widgets / copyright / css / copyright.css

copyright.css in Easy Elements for Elementor – Addons & Website Templates 1.5.0, at widgets/copyright/css/copyright.css

15 lines 239 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .eel-copyright {
2 margin: 0;
3 line-height: 1.6;
4 word-wrap: break-word;
5 }
6
7 .eel-copyright a {
8 text-decoration: none;
9 transition: color 0.3s ease;
10 }
11
12 .eel-copyright a:hover {
13 text-decoration: underline;
14 }
15