Spaces:
Sleeping
Sleeping
lucapinello
commited on
Commit
·
a217571
1
Parent(s):
bc44a8f
update
Browse files- dna-slot-machine.html +12 -3
dna-slot-machine.html
CHANGED
|
@@ -117,12 +117,21 @@
|
|
| 117 |
text-align: center;
|
| 118 |
font-size: 2rem;
|
| 119 |
margin-bottom: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 120 |
background: linear-gradient(45deg, #00ff88, #00ffff, #ff00ff);
|
| 121 |
-webkit-background-clip: text;
|
| 122 |
-webkit-text-fill-color: transparent;
|
| 123 |
text-shadow: 0 0 30px rgba(0,255,136,0.5);
|
| 124 |
-
|
| 125 |
-
|
|
|
|
|
|
|
|
|
|
| 126 |
}
|
| 127 |
|
| 128 |
.cell-type-selector {
|
|
@@ -487,7 +496,7 @@
|
|
| 487 |
</head>
|
| 488 |
<body>
|
| 489 |
<div class="machine-container">
|
| 490 |
-
<h1 class="title">DNA-DIFFUSION</h1>
|
| 491 |
|
| 492 |
<div class="cell-type-selector">
|
| 493 |
<label class="cell-type-label">Cell Type-Specific Generation:</label>
|
|
|
|
| 117 |
text-align: center;
|
| 118 |
font-size: 2rem;
|
| 119 |
margin-bottom: 15px;
|
| 120 |
+
font-weight: bold;
|
| 121 |
+
letter-spacing: 0.1em;
|
| 122 |
+
}
|
| 123 |
+
|
| 124 |
+
.title a {
|
| 125 |
+
text-decoration: none;
|
| 126 |
background: linear-gradient(45deg, #00ff88, #00ffff, #ff00ff);
|
| 127 |
-webkit-background-clip: text;
|
| 128 |
-webkit-text-fill-color: transparent;
|
| 129 |
text-shadow: 0 0 30px rgba(0,255,136,0.5);
|
| 130 |
+
transition: all 0.3s ease;
|
| 131 |
+
}
|
| 132 |
+
|
| 133 |
+
.title a:hover {
|
| 134 |
+
text-shadow: 0 0 40px rgba(0,255,136,0.7), 0 0 60px rgba(0,255,255,0.5);
|
| 135 |
}
|
| 136 |
|
| 137 |
.cell-type-selector {
|
|
|
|
| 496 |
</head>
|
| 497 |
<body>
|
| 498 |
<div class="machine-container">
|
| 499 |
+
<h1 class="title"><a href="https://github.com/pinellolab/DNA-Diffusion" target="_blank" rel="noopener noreferrer">DNA-DIFFUSION</a></h1>
|
| 500 |
|
| 501 |
<div class="cell-type-selector">
|
| 502 |
<label class="cell-type-label">Cell Type-Specific Generation:</label>
|