Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| --- | |
| layout: gist | |
| title: Snatch | |
| published: true | |
| permalink: /workouts | |
| hero-title: Snatch | |
| category: Workouts | |
| tag: CrossFit | |
| hero-paragraph: Monday, Dec 2 | |
| hero-image: man-changing-oly-weights-at-alsw-in-holly-springs-hero |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| 'use strict'; | |
| /******************************************************************************************************* | |
| * | |
| * FOLDER STRUCTURE | |
| * | |
| * dev // files in root just move to ./prod/ and *.html files will look for grunt-includes directives | |
| * ├── HTMLincludes // HTML snippets included by grunt-includes | |
| * │ └── windows.html | |
| * ├── fonts // files will simply be moved to ./prod/fonts/ |
| /** | |
| * Vertical centering with Flexbox + margin fallback | |
| * Lea Verou & David Storey | |
| */ | |
| html, body { height: 100%; } | |
| body { | |
| width: 100%; /* needed for FF */ | |
| margin: 0; |
| /** | |
| * Any chance to get the result displayed as in | |
| * http://dabblet.com/gist/5235311 without using | |
| * javascript or having to move the subnav out of .nav? | |
| */ | |
| * { margin: 0; padding: 0; } | |
| li { list-style: none; } | |
| .nav > li { width: 20%; float: left; color: white; min-height: 6ex; } | |
| .nav > li > ul { /* this is supposed to be 100% wide */position: absolute; left: 0; right: 0; top: 6ex } |
| /* Icons getting cut off*/ | |
| span.event-type | |
| { | |
| color: #6c6c6c; | |
| } | |
| .event_heading{ | |
| color: #ffffff; | |
| background-color: #464646; | |
| margin: 15px -26px 0 -24px; |
| * { | |
| margin: 0px; | |
| padding: 0px; | |
| } | |
| body { | |
| background-color:#888; | |
| vertical-align:top; | |
| } | |
| div#header, | |
| div#content, |
| * { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| body: { | |
| margin: 0; | |
| padding: 0; | |
| } | |
| div { | |
| border: 2px solid; |
| #!/bin/bash | |
| ## v1.0.6 | |
| ## this script will gernerate css stats | |
| ### example output | |
| # CSS STATS | |
| # ---------- | |
| # Floats: 132 |