Scrollprompt is better!

This commit is contained in:
Chuck Dries 2017-11-16 20:13:51 -07:00
parent 5cfceac284
commit b6e5538d8d
3 changed files with 7 additions and 4 deletions

View File

@ -336,7 +336,8 @@ body {
-moz-animation: 2s ease fadeIn;
-webkit-animation: 2s ease fadeIn;
-o-animation: 2s ease fadeIn;
animation: 2s ease fadeIn; }
animation: 2s ease fadeIn;
color: #91EFFF; }
@media (max-width: 800px) {
#mast {

View File

@ -63,7 +63,7 @@
<a href="https://medium.com/chuckblog">Blog</a> /
<a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x2BD9D0871DB5A518">Public Key</a>
</p>
<p id="scrollprompt">Scroll down!</p>
<p id="scrollprompt">Scroll down👇</p>
</div>
</div>
</div>
@ -105,7 +105,7 @@
<td>
<ul>
<li>Java</li>
<li>C, C# with Unity, &amp; C++</li>
<li>C# with Unity, &amp; C++</li>
<li>Python</li>
<li>Scheme</li>
<li>Bash</li>

View File

@ -291,7 +291,9 @@
#scrollprompt {
// @include prefix(animation, 1s 1.1s 1 prompt)
@include prefix(animation, 2s ease fadeIn)
@include prefix(animation, 2s ease fadeIn);
color: $blue;
// font-style: italic;
}
@include respond-to($width) {