.terminal {
width: 100%;
max-width: 800px;
font-size: 16px;
line-height: 1.6;
}
@media (max-width: 480px) {
.terminal {
font-size: 14px;
}
}
.line {
white-space: nowrap;
overflow: hidden;
border-right: 2px solid #111111;
animation: blink 1s step-end infinite;
}
.typing {
display: inline-block;
overflow: hidden;
border-right: 2px solid #111111;
white-space: nowrap;
max-width: 100%;
animation: typing 3s steps(40, end), blink 1s step-end infinite;
}
@keyframes typing {
from { width: 0 }
to { width: 100% }
}
@keyframes blink {
50% { border-color: transparent }
}
.dim {
color: #666666;
}
>We build Energy-efficient Event-driven Edge AI systems.