mirror of
https://github.com/jbowdre/lolz.git
synced 2024-11-12 17:32:19 +00:00
web: blinking cursor tweaks
This commit is contained in:
parent
f43b28b2f8
commit
2d6392a1d5
2 changed files with 2 additions and 2 deletions
2
web.css
2
web.css
|
@ -59,7 +59,7 @@ button.tinylytics_kudos:hover {
|
|||
background: #B2F2BB;
|
||||
display: inline-block;
|
||||
margin-left: 0.2rem;
|
||||
vertical-align: text-bottom;
|
||||
vertical-align: middle;
|
||||
animation: cursor-blink 1.5s steps(2) infinite;
|
||||
}
|
||||
|
||||
|
|
2
web.md
2
web.md
|
@ -10,7 +10,7 @@
|
|||
|
||||
<span class="kudos">Hi!<button class="tinylytics_kudos"></button></span>
|
||||
|
||||
<div id="typo" style="height: 5rem;" data-typo-chance="2" data-typing-delay="40" data-typing-jitter="20">I write code to make imaginary computers run code written by less imaginary developers</div>
|
||||
<span id="typo" style="height: 5rem;" data-typo-chance="2" data-typing-delay="40" data-typing-jitter="20">I write code to make imaginary computers run code written by less imaginary developers</span>
|
||||
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in a new issue