guided tracing game in conditions

This commit is contained in:
2023-09-26 22:06:05 +05:30
parent e492d23d70
commit 515f350579
24 changed files with 616 additions and 110 deletions

View File

@@ -33,7 +33,7 @@ const { title } = Astro.props;
font-family: Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono,
Bitstream Vera Sans Mono, Courier New, monospace;
} */
body{
/* body{
font-family: quicksand;
animation: fadeInAnimation ease 6s;
animation-iteration-count: 1;
@@ -46,5 +46,5 @@ const { title } = Astro.props;
100% {
opacity: 1;
}
}
} */
</style>