Layout Tips
Code Snippets
Display typography in any browser
html, body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
font-feature-settings: "liga","kern"
font-variant-numeric: proportional-nums;
}
Resources and tutorials
- Game to learn Flexbox → http://flexboxfroggy.com