diff --git a/css/typing.css b/css/typing.css deleted file mode 100644 index 344ee4f..0000000 --- a/css/typing.css +++ /dev/null @@ -1,15 +0,0 @@ - -.typed { - overflow: hidden; - white-space: nowrap; - width: 0; - animation: typing; - animation-duration: 1.5s; - animation-timing-function: steps(30, end); - animation-fill-mode: forwards; -} - -@keyframes typing { - from { width: 0 } - to { width: 100% } -} \ No newline at end of file