A simple little hover effect for tiles. Photos from http://deathtothestockphoto.com
A Pen by Chris Deacy on CodePen.
A simple little hover effect for tiles. Photos from http://deathtothestockphoto.com
A Pen by Chris Deacy on CodePen.
Based on dribbble shot https://dribbble.com/shots/2097042-Widget-Weather by kylor
A Pen by Josh Bader on CodePen.
| @import url(http://fonts.googleapis.com/css?family=Open+Sans); | |
| *, *::before, *::after { | |
| box-sizing: border-box; | |
| } | |
| body { | |
| background: #FDFDFD; | |
| margin: 25px 0; | |
| } |
A Pen by Dudley Storey on CodePen.
| @import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic); | |
| * { | |
| margin: 0; | |
| padding: 0; | |
| box-sizing: border-box; | |
| } | |
| body { | |
| font-family: 'Roboto', Arial, sans-serif; | |
| background-color: #ebebeb; |
Very Android Lollipop. Wanted this feature when designing an app, and wanted to see what it would take in CSS.
Because of z-index issues, the background of the li has to be drawn with a :before element. Will fix it when I have time.
Check it out on Dribbble!: https://dribbble.com/shots/1968649-Radial-Checkbox
A Pen by Taylor Palmer on CodePen.