proper typing effect
This commit is contained in:
parent
ab0e272e69
commit
d4c0440136
2 changed files with 67 additions and 0 deletions
17
www/anim.html
Normal file
17
www/anim.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" href="anim.css">
|
||||
</head>
|
||||
<body>
|
||||
<div class="centered heading typing-wrapper">
|
||||
<!-- Comment between divs is intentional and removes implicit spacing -->
|
||||
<div class="typing-prompt">
|
||||
$ 
|
||||
</div><!--
|
||||
--><div class="typing">
|
||||
Do butterflies cry when they're sad?
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue