Skip to content

Instantly share code, notes, and snippets.

View brunonepomuceno's full-sized avatar
🤖
Ich bin meine maschine

Bruno Nepomuceno brunonepomuceno

🤖
Ich bin meine maschine
View GitHub Profile
@brunonepomuceno
brunonepomuceno / hover-animacao-com-sombra.markdown
Last active September 11, 2019 17:42
&:hover: animação com sombra

&:hover: animação com sombra

Animação simples usando as propriedades transition e transform.

hover-animacao-com-sombra

hover-animacao-com-sombra

A Pen by Bruno Nepomuceno on CodePen.

@brunonepomuceno
brunonepomuceno / ripple-effect.markdown
Last active June 11, 2020 01:55
Ripple effect em CSS puro
@brunonepomuceno
brunonepomuceno / hit-a-strong-wave.markdown
Last active September 11, 2019 17:44
hit a strong wave

Gravity Cloud (JS1k)

Well, I missed the JS1k deadline... Completely forgot about it. 887 bytes minified. Click to play/pause.

I crushed the code down even further and simplified some of the calculations. Code is commented now.

A Pen by Jeff Thomas on CodePen.

License.

@brunonepomuceno
brunonepomuceno / git.md
Last active August 27, 2019 21:25 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

Git Ajuda

Um manual rápido para comandos básicos do git.

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);