mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-20 08:52:59 +00:00
typing challenge prototype
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
>
|
||||
{/each}
|
||||
</span>
|
||||
|
||||
{/if}
|
||||
{/each}
|
||||
</section>
|
||||
@@ -54,17 +55,16 @@
|
||||
section {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
gap: 8px;
|
||||
|
||||
font-size: 1.3rem;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.letter {
|
||||
position: relative;
|
||||
filter: brightness(50%);
|
||||
}
|
||||
|
||||
.letter.active::before {
|
||||
.cursor {
|
||||
content: "";
|
||||
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user