Tried to improve Jack Rimell's demo code at http://jackrimell.co.uk/how-to-create-flat-preloaders-in-css-using-keyframes-part-one/.
*Note to self, do this with 1 element using box-shadows.
A Pen by Codrin Pavel on CodePen.
Tried to improve Jack Rimell's demo code at http://jackrimell.co.uk/how-to-create-flat-preloaders-in-css-using-keyframes-part-one/.
*Note to self, do this with 1 element using box-shadows.
A Pen by Codrin Pavel on CodePen.
| [ | |
| { | |
| "id": 1, | |
| "name": "phones", | |
| "title": "Чехлы для телефонов", | |
| "preview": "http://bulma.io/images/placeholders/1280x960.png" | |
| }, | |
| { | |
| "id": 2, | |
| "name": "tablets", |
| #compdef hg | |
| # Zsh completion script for mercurial. Rename this file to _hg and copy | |
| # it into your zsh function path (/usr/share/zsh/site-functions for | |
| # instance) | |
| # | |
| # If you do not want to install it globally, you can copy it somewhere | |
| # else and add that directory to $fpath. This must be done before | |
| # compinit is called. If the file is copied to ~/.zsh.d, your ~/.zshrc | |
| # file could look like this: |