Skip to content

Instantly share code, notes, and snippets.

View rolandkorgowski's full-sized avatar

Kylen Bassowski rolandkorgowski

  • Bass
  • Poland
View GitHub Profile
@rolandkorgowski
rolandkorgowski / index.haml
Created November 8, 2020 20:42
Pure CSS Gritty
#grid
-15.times do
.block
.wrap
.helmet
.head
.mouth
.tongue
-2.times do
.eye
@rolandkorgowski
rolandkorgowski / index.html
Created November 8, 2020 20:46
Paddle and Ball
<div id="wrap">
<div class="box"></div>
<div class="ball"></div>
</div>
@rolandkorgowski
rolandkorgowski / codepen-cheezy-animation-chalenge-ii.markdown
Created November 8, 2020 20:47
Codepen cheezy animation chalenge II

Contrast on Hover

My pen for the November 2020 CodePen Challenge. Contrast on hover using jQuery. Wanted to do it with pure CSS but couldn't find a way that would work due to how the divs are set up.

A Pen by Emma on CodePen.

License.

<div class="scene">
<div class="rocket">
<img src="https://icons.iconarchive.com/icons/roundicons/100-free-solid/512/rocket-icon.png" alt="">
</div>
</div>
@rolandkorgowski
rolandkorgowski / index.html
Created November 8, 2020 20:56
Vincent van Git w/ GSAP 🎨
<svg class="vvg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="vvg" viewBox="0 0 104.211 178.897">
<defs>
<clipPath id="b">
<path d="M242.822 893.869c0 61.251-36.059 106.284-94.208 106.284-54.326 0-91.436-45.033-91.436-106.284 0-61.252 37.668-85.951 90.973-85.951 53.306 0 94.67 24.699 94.67 85.95z" fill="red"/>
</clipPath>
<clipPath id="d">
<ellipse ry="23.111" rx="23.762" cy="827.682" cx="68.304"/>
</clipPath>
<clipPath id="e">
<ellipse transform="scale(-1 1)" cx="-231.243" cy="827.682" rx="23.762" ry="23.111" fill="#803300"/>