#typing-text::after { content: "|"; /* Blinking cursor */ animation: blink 1s step-end infinite; } @keyframes blink { 50% { opacity: 0; } }