Spaces:
Running
Running
Commit
·
e87fc77
1
Parent(s):
499f54a
Update page2.py
Browse files
page2.py
CHANGED
|
@@ -18,9 +18,9 @@ def image():
|
|
| 18 |
animation: typewriter 3s steps(40) 1s 1 normal both, blinkTextCursor 800ms steps(40) infinite normal;
|
| 19 |
overflow: hidden;
|
| 20 |
white-space: nowrap;
|
| 21 |
-
border-right:
|
| 22 |
font-family: serif;
|
| 23 |
-
font-size:
|
| 24 |
}
|
| 25 |
@keyframes typewriter {
|
| 26 |
from {
|
|
|
|
| 18 |
animation: typewriter 3s steps(40) 1s 1 normal both, blinkTextCursor 800ms steps(40) infinite normal;
|
| 19 |
overflow: hidden;
|
| 20 |
white-space: nowrap;
|
| 21 |
+
border-right: 3px solid;
|
| 22 |
font-family: serif;
|
| 23 |
+
font-size: 1em;
|
| 24 |
}
|
| 25 |
@keyframes typewriter {
|
| 26 |
from {
|