Skip to content

Instantly share code, notes, and snippets.

View jjrcode's full-sized avatar

jjrcode

View GitHub Profile
@jjrcode
jjrcode / index.html
Created March 12, 2019 14:49 — forked from CodeMyUI/index.html
ZyYajb
<div class="container">
<div class="follow">
<div class="icon first">&commat;</div>
<div class="icon">&sung;</div>
<div class="icon">&oplus;</div>
<div class="icon last">&phone;</div>
<div class="label">Follow</div>
</div>
<div class="share">

Credits - 10 Cloverfield Lane

My re-creation of the ending credits to the movie 10 Cloverfield Lane. https://www.youtube.com/watch?v=h30AsqS1U0E

I think it finally works in IE now! The scroll animation now works in IE - I had to avoid calc and also vh units. The :before and :after letters are hidden in IE - the "visible" of the pseudo-elements is not overriding the hidden of the parent like it should - I had to rely on color instead of visibility to hide some letters.

A Pen by Abbey McTaggart on CodePen.

Gradient Hover Effect

Made this button hover effect using CSS animations and gradients. Hope you like it!

A Pen by Chris Colvin on CodePen.

License.

@jjrcode
jjrcode / index.haml
Created March 12, 2019 15:23 — forked from CodeMyUI/index.haml
Notify Me
.centerMe
.cta
%span Notify me
%form
.input
%input{'placeholder'=>'E-mail'}
.button
%button{'disabled'=>'disabled', 'type'=>'submit'} Send