More documentation, fixed some stuff about titles.

master
Lucas Brakenridge 4 years ago
parent ae42f8907d
commit f821aa09b3

@ -42,7 +42,7 @@ The files in the `lib/` are external libraries used in this project.
- Also used under the terms of the MIT license.
- https://code.garrettmills.dev/garrettmills/vues6
- Sound effects obtained from https://www.zapsplat.com and used with permission.
- Button animations obtained from https://codepen.io/atloomer and used with permission.
- Button animations obtained from https://codepen.io/atloomer and https://www.youtube.com/watch?v=MLfAW55_4cY , and used with permission.
- HR line animations obtained from https://codepen.io/Grienauer and used with permission.
## Contributors

@ -480,16 +480,5 @@ p {
***************************************/
.instructions {
animation: type 2s steps(22);
overflow: hidden;
white-space: nowrap;
width: 60ch;
font-family: Consolas, Monaco, 'Andale Mono', monospace;
font-size: 1.5em;
font-size: 1.3em;
}
@keyframes type {
0% {
width: 0ch;
}
}
Loading…
Cancel
Save