Update: Modifico el código para permitir ver dos estancias en un mismo monitor
This commit is contained in:
@@ -8,11 +8,9 @@
|
||||
}
|
||||
|
||||
.animate-scroll {
|
||||
display: inline-block;
|
||||
animation: scroll 45s linear infinite;
|
||||
}
|
||||
|
||||
|
||||
@keyframes blink {
|
||||
0%, 100% { background-color: #0a6eb2}
|
||||
50% { background-color: #ffff00; color: black; }
|
||||
|
||||
Reference in New Issue
Block a user