Did you see this in the css @keyframes typewriter { 00.0% { content: "A" } 00.4% { content: "A " } 00.8% { content: "A W" } 01.2% { content: "A We" } 01.6% { content: "A Web" } 02.0% { content: "A Webs" } 02.4% { content: "A Websi" } 02.8% { content: "A Websit" } 03.2% { content: "A Website" } 13.2% { content: "A Website," } 13.6% { content: "A Website, " } 14.0% { content: "A Website, i" } 14.4% { content: "A Websit…
div::after { font-family: var(--secondary-font); font-size: 1em; user-select: all; content: " \A \ This website contains one only. \A \ No JavaScript. \A \ The rest is pure CSS. \A \ \A \ The is animated with CSS keyframes, \A \ styled with CSS variables, \A \ styled with CSS transitions, \A \ styled with CSS pseudo-elements, \A \ styled with CSS pseudo-classes. \A \ But that's it. \A \ "; }