I hereby claim:
- I am wietseneven on github.
- I am wietseneven (https://keybase.io/wietseneven) on keybase.
- I have a public key ASD1DB-2C0glhbwSsJU2DemXjrM8_ugeU4Y_pTRBQRrLCwo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /** | |
| * Clip path expirment | |
| */ | |
| html, body { | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| margin: 0; | |
| padding: 0; | |
| } |
| /** | |
| * The first commented line is your dabblet’s title | |
| */ | |
| html, body { | |
| background: #f06; | |
| background: linear-gradient(45deg, #f06, yellow); | |
| min-height: 100%; | |
| margin: 0; | |
| padding: 0; | |
| } |
| /* | |
| Button | |
| Turns on and off a light emitting diode(LED) connected to digital | |
| pin 13, when pressing a pushbutton attached to pin 2. | |
| The circuit: | |
| * LED attached from pin 13 to ground | |
| * pushbutton attached to pin 2 from +5V |
| /* #time previewer */ | |
| #time { | |
| width: 74px; | |
| height: 74px; | |
| margin-left: -37px; | |
| border-radius: 37px; | |
| } | |
| .previewer > svg { | |
| display: block; | |
| z-index: 1; |
| <?php | |
| l::set('your_username', 'Je gebruikersnaam'); | |
| l::set('your_password', 'Je wachtwoord'); | |
| l::set('log_in', 'Log in'); | |
| l::set('log_in_error', 'Ongeldige gebruikersnaam of wachtwoord'); | |
| l::set('log_out', 'Log uit'); | |
| l::set('contact_us', 'Contact opnemen'); | |
| l::set('view', 'Bekijk'); | |
| l::set('download', 'Download'); |
| /** | |
| * Chicken with a grolsch bottle | |
| */ | |
| @import url(http://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo); | |
| figure { | |
| margin:0; | |
| } | |
| .chick { | |
| width: 102px; | |
| height: 113px; |