1 body {2 background-color: black; 3 }4 5 [data-component="box"] {6 position: absolute;7 width: 100px;8 height: 100px;9 background-color: orange;10 11 transition: all 0.5s ease;12 }13 14
Enlace
El enlace para compartir es:
1 body {2 background-color: black; 3 }4 5 [data-component="box"] {6 position: absolute;7 width: 100px;8 height: 100px;9 background-color: orange;10 11 transition: all 0.5s ease;12 }13 14