Scrollprompt is better!
This commit is contained in:
parent
5cfceac284
commit
b6e5538d8d
@ -336,7 +336,8 @@ body {
|
|||||||
-moz-animation: 2s ease fadeIn;
|
-moz-animation: 2s ease fadeIn;
|
||||||
-webkit-animation: 2s ease fadeIn;
|
-webkit-animation: 2s ease fadeIn;
|
||||||
-o-animation: 2s ease fadeIn;
|
-o-animation: 2s ease fadeIn;
|
||||||
animation: 2s ease fadeIn; }
|
animation: 2s ease fadeIn;
|
||||||
|
color: #91EFFF; }
|
||||||
|
|
||||||
@media (max-width: 800px) {
|
@media (max-width: 800px) {
|
||||||
#mast {
|
#mast {
|
||||||
|
@ -63,7 +63,7 @@
|
|||||||
<a href="https://medium.com/chuckblog">Blog</a> /
|
<a href="https://medium.com/chuckblog">Blog</a> /
|
||||||
<a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x2BD9D0871DB5A518">Public Key</a>
|
<a href="https://pgp.mit.edu/pks/lookup?op=get&search=0x2BD9D0871DB5A518">Public Key</a>
|
||||||
</p>
|
</p>
|
||||||
<p id="scrollprompt">Scroll down!</p>
|
<p id="scrollprompt">Scroll down👇</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -105,7 +105,7 @@
|
|||||||
<td>
|
<td>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Java</li>
|
<li>Java</li>
|
||||||
<li>C, C# with Unity, & C++</li>
|
<li>C# with Unity, & C++</li>
|
||||||
<li>Python</li>
|
<li>Python</li>
|
||||||
<li>Scheme</li>
|
<li>Scheme</li>
|
||||||
<li>Bash</li>
|
<li>Bash</li>
|
||||||
|
@ -291,7 +291,9 @@
|
|||||||
|
|
||||||
#scrollprompt {
|
#scrollprompt {
|
||||||
// @include prefix(animation, 1s 1.1s 1 prompt)
|
// @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) {
|
@include respond-to($width) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user