pelita-webtournament/app/typewritertext.module.css

29 lines
486 B
CSS
Raw Normal View History

2024-07-19 18:00:43 +02:00
.text_animation {
2024-08-31 11:56:27 +02:00
/* display: none; */
2024-07-19 18:00:43 +02:00
position: relative;
font-size: 20px;
letter-spacing: 1px;
line-height: 1;
}
.text_animation .letter {
display: inline-block;
2024-08-31 11:56:27 +02:00
/* opacity: 0; */
/* color: white; */
2024-07-19 18:00:43 +02:00
}
.text_animation .cursor {
2024-08-31 11:56:27 +02:00
display: inline-block;
2024-07-19 18:00:43 +02:00
position: absolute;
2024-08-31 11:56:27 +02:00
/* top: 0; */
/* bottom: 0; */
2024-07-19 18:00:43 +02:00
width: 0.55em;
2024-08-31 11:56:27 +02:00
height: 1em;
2024-07-19 18:00:43 +02:00
/* background: #f5f5f5; */
2024-08-31 11:56:27 +02:00
/* color: white; */
/* background: #ffffff; */
/* background: green; */
2024-07-19 18:00:43 +02:00
z-index: 1;
}