Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| body { | |
| background-color: #FFFFDD; | |
| font-family: sans-serif; | |
| } | |
| #count-holder { | |
| background-image: url('https://fbstatic-a.akamaihd.net/rsrc.php/v2/yH/r/fiGHywTEKgB.png'); |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| body { | |
| background-color: #FFFFDD; | |
| font-family: sans-serif; | |
| } | |
| #count-holder { | |
| background-image: url('https://fbstatic-a.akamaihd.net/rsrc.php/v2/yH/r/fiGHywTEKgB.png'); |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| body { | |
| background-color: #FFFFDD; | |
| font-family: sans-serif; | |
| } | |
| #count-holder { | |
| background-image: url('https://fbstatic-a.akamaihd.net/rsrc.php/v2/yH/r/fiGHywTEKgB.png'); |
| span { | |
| height:40px; | |
| width:40px; | |
| display:block; | |
| position:relative; | |
| } | |
| .demoSpan1 { | |
| border-radius:50px; | |
| -webkit-border-radius:50px; | |
| -moz-border-radius:50px; |
| # |
| #!/bin/sh | |
| if [ -z "$1" ] | |
| then | |
| echo "Which folder do you want to deploy to GitHub Pages?" | |
| exit 1 | |
| fi | |
| git subtree push --prefix $1 origin gh-pages |
| body{ | |
| background-color: #ff0; | |
| } | |
| .r-card { | |
| background-color: white; | |
| padding: 10px; | |
| font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif | |
| } | |
| .r-card--header { |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| body { | |
| background-color: #F3F3F3; | |
| } | |
| #outer { | |
| width: 200px; | |
| height: 200px; | |
| background-color: #333333; | |
| display: flex; | |
| align-items: center; | |
| justify-content: center; |
| .box-container { | |
| /*dissplay: flex;*/ | |
| border: 2px solid red; | |
| display: flex; | |
| flex-direction: row; | |
| /*flex-wrap: wrap;*/ | |
| } | |
| .box { |