Skip to content

Instantly share code, notes, and snippets.

View jafjuliana's full-sized avatar
🎯
Focusing

Juliana Assalti jafjuliana

🎯
Focusing
  • São Paulo
View GitHub Profile
@jafjuliana
jafjuliana / index.css
Last active March 27, 2019 20:05
Header resize on scroll
header.smaller {
height: 75px;
}
header.smaller h1#logo {
width: 150px;
height: 75px;
line-height: 55px;
font-size: 55px;
margin: 0;
@jafjuliana
jafjuliana / comandos.md
Last active December 6, 2019 19:57
Manual Angular
Rodar projeto dentro da pasta WebApp:
ng serve
Criar componente:
ng generate component [nome]
@jafjuliana
jafjuliana / git.md
Created August 20, 2017 23:37 — forked from leocomelli/git.md
Lista de comandos úteis do GIT

#GIT

Estados

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

Ajuda