Skip to content

Instantly share code, notes, and snippets.

View erickluan's full-sized avatar
🎯
Focusing

Erick Santos erickluan

🎯
Focusing
  • ELGS Web
  • Quixadá, Brasil
  • 23:57 (UTC -03:00)
View GitHub Profile
@erickluan
erickluan / simple-query.graphql
Created June 18, 2018 17:47
Simple query in GraphQL
query {
users {
name
}
}
@erickluan
erickluan / flex-direction.css
Last active November 18, 2017 03:25
Values of flex-direction
.container{
display: flex;
}
.container .row{
flex-direction: row;
}
.container .row-reverse{
flex-direction: row-reverse;
@erickluan
erickluan / flexbox-flex-direction.markdown
Created November 18, 2017 03:04
Flexbox - flex-direction