作者文章

Geoff Graham

阅读、写作、咖啡、网页,循环往复。

文章“打字机效果”的直接链接

打字机效果

.typewriter h1 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* 
……