Skip to content

Instantly share code, notes, and snippets.

Contact Form

  1. Initially.. Lables - Hide

  2. Clicking the input box and entering the first character makes label visible

  3. As soon as user jumps to next input label color stays to dark grey

@StyxOfDynamite
StyxOfDynamite / install
Last active August 29, 2015 14:21
Simple Node Webserver
npm install connect serve-static
@StyxOfDynamite
StyxOfDynamite / Gruntfile.js
Created May 6, 2014 18:42
Simple Gruntfile.js
module.exports = function(grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
sass: {
dist: {
files: {
'style/style.css' : 'sass/style.scss'
}
}
},

3D "domino tilting" platypus demo

Forked from Dudley Storey and made platypus friendly.

Derived from a technique on CodePlayer but made responsive, with better semantic markup, fewer pseudo-elements, and less CSS. Photograph found on Google Image Search

A Pen by StyxOfDynamite on CodePen.

License.