Skip to content

Instantly share code, notes, and snippets.

View jurowski's full-sized avatar

point seven studios LLC jurowski

View GitHub Profile
@jurowski
jurowski / index.html
Last active October 28, 2019 02:00
Pulse animation with box-shadow
<span class="pulse pulse-top"></span>
<span class="pulse pulse-bottom-left"></span>
<span class="pulse pulse-bottom-center"></span>
<span class="pulse pulse-bottom-right"></span>

Keybase proof

I hereby claim:

  • I am jurowski on github.
  • I am jurowski (https://keybase.io/jurowski) on keybase.
  • I have a public key ASCHnvcrSAW-32cjLt-Dgns--FZymk1IKhikyPmQc2HpzQo

To claim this, I am signing this object:

@jurowski
jurowski / gist:bcd619ed72391d6ca7afff1301fc61a5
Created April 18, 2018 03:35
scss media query media queries
@media (min-width: 1099px) and (max-width: 1400px) {
.coveLogoCircle {
display:none;
}
}