Spaces:
Running
Running
Update dna-slot-machine.html
Browse files- dna-slot-machine.html +19 -1
dna-slot-machine.html
CHANGED
|
@@ -622,6 +622,10 @@
|
|
| 622 |
text-align: center;
|
| 623 |
margin-top: 15px;
|
| 624 |
font-size: 1.3rem;
|
|
|
|
|
|
|
|
|
|
|
|
|
| 625 |
}
|
| 626 |
|
| 627 |
.lab-credit a {
|
|
@@ -637,6 +641,12 @@
|
|
| 637 |
text-shadow: 0 0 10px #00ff00;
|
| 638 |
}
|
| 639 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 640 |
.lab-credit a:hover {
|
| 641 |
background: #00ff00;
|
| 642 |
color: #000;
|
|
@@ -644,6 +654,11 @@
|
|
| 644 |
transform: scale(1.1);
|
| 645 |
}
|
| 646 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 647 |
/* Winning animation */
|
| 648 |
.jackpot-win {
|
| 649 |
animation: jackpotFlash 2s ease-out;
|
|
@@ -750,7 +765,10 @@
|
|
| 750 |
|
| 751 |
<div class="lab-credit">
|
| 752 |
<a href="https://pinellolab.org" target="_blank" rel="noopener noreferrer">
|
| 753 |
-
|
|
|
|
|
|
|
|
|
|
| 754 |
</a>
|
| 755 |
</div>
|
| 756 |
</div>
|
|
|
|
| 622 |
text-align: center;
|
| 623 |
margin-top: 15px;
|
| 624 |
font-size: 1.3rem;
|
| 625 |
+
display: flex;
|
| 626 |
+
justify-content: center;
|
| 627 |
+
gap: 40px;
|
| 628 |
+
flex-wrap: wrap;
|
| 629 |
}
|
| 630 |
|
| 631 |
.lab-credit a {
|
|
|
|
| 641 |
text-shadow: 0 0 10px #00ff00;
|
| 642 |
}
|
| 643 |
|
| 644 |
+
.lab-credit a:nth-child(2) {
|
| 645 |
+
color: #ffff00;
|
| 646 |
+
border-color: #ffff00;
|
| 647 |
+
text-shadow: 0 0 10px #ffff00;
|
| 648 |
+
}
|
| 649 |
+
|
| 650 |
.lab-credit a:hover {
|
| 651 |
background: #00ff00;
|
| 652 |
color: #000;
|
|
|
|
| 654 |
transform: scale(1.1);
|
| 655 |
}
|
| 656 |
|
| 657 |
+
.lab-credit a:nth-child(2):hover {
|
| 658 |
+
background: #ffff00;
|
| 659 |
+
box-shadow: 0 0 30px #ffff00;
|
| 660 |
+
}
|
| 661 |
+
|
| 662 |
/* Winning animation */
|
| 663 |
.jackpot-win {
|
| 664 |
animation: jackpotFlash 2s ease-out;
|
|
|
|
| 765 |
|
| 766 |
<div class="lab-credit">
|
| 767 |
<a href="https://pinellolab.org" target="_blank" rel="noopener noreferrer">
|
| 768 |
+
🧬 Based by PINELLO LAB 🧬
|
| 769 |
+
</a>
|
| 770 |
+
<a href="#" target="_blank" rel="noopener noreferrer">
|
| 771 |
+
⚡ Powered by VIDraft ⚡
|
| 772 |
</a>
|
| 773 |
</div>
|
| 774 |
</div>
|