Spaces:
Sleeping
Sleeping
lucapinello
commited on
Commit
·
bc44a8f
1
Parent(s):
869c661
update
Browse files- dna-slot-machine.html +14 -13
dna-slot-machine.html
CHANGED
|
@@ -19,9 +19,10 @@
|
|
| 19 |
display: flex;
|
| 20 |
flex-direction: column;
|
| 21 |
align-items: center;
|
| 22 |
-
justify-content:
|
| 23 |
min-height: 100vh;
|
| 24 |
position: relative;
|
|
|
|
| 25 |
}
|
| 26 |
|
| 27 |
body::before {
|
|
@@ -102,7 +103,7 @@
|
|
| 102 |
.machine-container {
|
| 103 |
background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
|
| 104 |
border-radius: 20px;
|
| 105 |
-
padding:
|
| 106 |
padding-right: 100px;
|
| 107 |
box-shadow: 0 20px 40px rgba(0,0,0,0.5),
|
| 108 |
inset 0 2px 10px rgba(255,255,255,0.1);
|
|
@@ -114,8 +115,8 @@
|
|
| 114 |
|
| 115 |
.title {
|
| 116 |
text-align: center;
|
| 117 |
-
font-size:
|
| 118 |
-
margin-bottom:
|
| 119 |
background: linear-gradient(45deg, #00ff88, #00ffff, #ff00ff);
|
| 120 |
-webkit-background-clip: text;
|
| 121 |
-webkit-text-fill-color: transparent;
|
|
@@ -129,7 +130,7 @@
|
|
| 129 |
align-items: center;
|
| 130 |
justify-content: center;
|
| 131 |
gap: 20px;
|
| 132 |
-
margin-bottom:
|
| 133 |
}
|
| 134 |
|
| 135 |
.cell-type-label {
|
|
@@ -167,7 +168,7 @@
|
|
| 167 |
background: #000;
|
| 168 |
border: 3px solid #333;
|
| 169 |
border-radius: 10px;
|
| 170 |
-
padding:
|
| 171 |
max-width: 100%;
|
| 172 |
position: relative;
|
| 173 |
box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
|
|
@@ -178,7 +179,7 @@
|
|
| 178 |
display: flex;
|
| 179 |
gap: 1px;
|
| 180 |
min-width: fit-content;
|
| 181 |
-
padding:
|
| 182 |
justify-content: center;
|
| 183 |
flex-wrap: wrap;
|
| 184 |
max-width: 1200px;
|
|
@@ -221,8 +222,8 @@
|
|
| 221 |
display: flex;
|
| 222 |
flex-direction: column;
|
| 223 |
align-items: center;
|
| 224 |
-
gap:
|
| 225 |
-
margin-top:
|
| 226 |
}
|
| 227 |
|
| 228 |
.spin-button {
|
|
@@ -322,7 +323,7 @@
|
|
| 322 |
background: #0a0a0a;
|
| 323 |
border: 2px solid #333;
|
| 324 |
border-radius: 10px;
|
| 325 |
-
padding: 25px
|
| 326 |
font-family: 'Courier New', monospace;
|
| 327 |
font-size: 0.9rem;
|
| 328 |
letter-spacing: 1px;
|
|
@@ -330,7 +331,7 @@
|
|
| 330 |
max-width: 1200px;
|
| 331 |
text-align: left;
|
| 332 |
word-wrap: break-word;
|
| 333 |
-
line-height: 1.
|
| 334 |
position: relative;
|
| 335 |
margin: 0 auto;
|
| 336 |
}
|
|
@@ -351,14 +352,14 @@
|
|
| 351 |
|
| 352 |
.info {
|
| 353 |
text-align: center;
|
| 354 |
-
margin-top:
|
| 355 |
color: #888;
|
| 356 |
font-size: 0.9rem;
|
| 357 |
}
|
| 358 |
|
| 359 |
.lab-credit {
|
| 360 |
text-align: center;
|
| 361 |
-
margin-top:
|
| 362 |
font-size: 1.1rem;
|
| 363 |
}
|
| 364 |
|
|
|
|
| 19 |
display: flex;
|
| 20 |
flex-direction: column;
|
| 21 |
align-items: center;
|
| 22 |
+
justify-content: flex-start;
|
| 23 |
min-height: 100vh;
|
| 24 |
position: relative;
|
| 25 |
+
padding-top: 10px;
|
| 26 |
}
|
| 27 |
|
| 28 |
body::before {
|
|
|
|
| 103 |
.machine-container {
|
| 104 |
background: linear-gradient(145deg, #1a1a1a, #2d2d2d);
|
| 105 |
border-radius: 20px;
|
| 106 |
+
padding: 15px;
|
| 107 |
padding-right: 100px;
|
| 108 |
box-shadow: 0 20px 40px rgba(0,0,0,0.5),
|
| 109 |
inset 0 2px 10px rgba(255,255,255,0.1);
|
|
|
|
| 115 |
|
| 116 |
.title {
|
| 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;
|
|
|
|
| 130 |
align-items: center;
|
| 131 |
justify-content: center;
|
| 132 |
gap: 20px;
|
| 133 |
+
margin-bottom: 15px;
|
| 134 |
}
|
| 135 |
|
| 136 |
.cell-type-label {
|
|
|
|
| 168 |
background: #000;
|
| 169 |
border: 3px solid #333;
|
| 170 |
border-radius: 10px;
|
| 171 |
+
padding: 15px;
|
| 172 |
max-width: 100%;
|
| 173 |
position: relative;
|
| 174 |
box-shadow: inset 0 0 20px rgba(0,0,0,0.5);
|
|
|
|
| 179 |
display: flex;
|
| 180 |
gap: 1px;
|
| 181 |
min-width: fit-content;
|
| 182 |
+
padding: 3px 0;
|
| 183 |
justify-content: center;
|
| 184 |
flex-wrap: wrap;
|
| 185 |
max-width: 1200px;
|
|
|
|
| 222 |
display: flex;
|
| 223 |
flex-direction: column;
|
| 224 |
align-items: center;
|
| 225 |
+
gap: 15px;
|
| 226 |
+
margin-top: 20px;
|
| 227 |
}
|
| 228 |
|
| 229 |
.spin-button {
|
|
|
|
| 323 |
background: #0a0a0a;
|
| 324 |
border: 2px solid #333;
|
| 325 |
border-radius: 10px;
|
| 326 |
+
padding: 20px 25px 12px 25px;
|
| 327 |
font-family: 'Courier New', monospace;
|
| 328 |
font-size: 0.9rem;
|
| 329 |
letter-spacing: 1px;
|
|
|
|
| 331 |
max-width: 1200px;
|
| 332 |
text-align: left;
|
| 333 |
word-wrap: break-word;
|
| 334 |
+
line-height: 1.4;
|
| 335 |
position: relative;
|
| 336 |
margin: 0 auto;
|
| 337 |
}
|
|
|
|
| 352 |
|
| 353 |
.info {
|
| 354 |
text-align: center;
|
| 355 |
+
margin-top: 15px;
|
| 356 |
color: #888;
|
| 357 |
font-size: 0.9rem;
|
| 358 |
}
|
| 359 |
|
| 360 |
.lab-credit {
|
| 361 |
text-align: center;
|
| 362 |
+
margin-top: 10px;
|
| 363 |
font-size: 1.1rem;
|
| 364 |
}
|
| 365 |
|