Skip to content

Instantly share code, notes, and snippets.

@jkeohan
jkeohan / Flexbox Froggy answers
Created September 1, 2020 20:25 — forked from lukasrudnik/Flexbox Froggy answers
Solutions Flexbox Froggy
1) justify-content: flex-end;
2) justify-content: center;
3) justify-content: space-around;
4) justify-content: space-between;
5) align-items: flex-end;
6) align-items: center;
justify-content: center;
7) justify-content: space-around;
8) flex-direction: row-reverse;
9) flex-direction: column;
@jkeohan
jkeohan / README.md
Last active December 11, 2015 01:25
Censible Line Graph (run npm install)

image

SETUP

$ npm install ./node_modules/.bin/browser-sync start --proxy="localhost:3000" --files="index.html"