at path:
ROOT
/
sistema
/
assets
/
css
/
estiloswsp.css
run:
R
W
Run
estiloswsp.css
569 By
2020-10-10 14:22:10
R
W
Run
Delete
Rename
icon-whatsapp.png
135.2 KB
2020-07-07 01:52:54
R
W
Run
Delete
Rename
style.css
134.14 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
style.css.map
63.52 KB
2018-11-08 02:46:18
R
W
Run
Delete
Rename
what.png
8.34 KB
2020-10-10 00:45:24
R
W
Run
Delete
Rename
error_log
up
📄
estiloswsp.css
Save
* { margin: 0; padding: 0; box-sizing: border-box; } /*Iconos de las redes sociales*/ .container-redes{ position: fixed; bottom: 100px; right: 20px; display: flex; flex-direction: column; justify-content: center; } .container-redes a{ margin-top: 4px; } .container-redes img{ width: 60px; padding: 4px; background: rgba(0,0,0,0.0); cursor: pointer; border-radius: 100%; transition: all 300ms; } .container-redes a:hover img{ background: rgba(0,0,0,0.10); }