Skip to content

Instantly share code, notes, and snippets.

@theraaz
theraaz / Campaign.sol
Created September 6, 2017 19:30 — forked from rob-Hitchens/Campaign.sol
MODULE 5 - START, Hub Contracts and UI
//////////////////////////////////////////////////////////
// For training purposes.
// Solidity Contract Factory
// Module 5 - START
// Copyright (c) 2017, Rob Hitchens, all rights reserved.
// Not suitable for actual use
//////////////////////////////////////////////////////////
pragma solidity ^0.4.6;
@theraaz
theraaz / textareaPlaceholderNewlines.css
Last active March 26, 2016 21:49 — forked from bendechrai/textareaPlaceholderNewlines.css
Textarea Placeholder with Newlines
textarea.placeholder {
color: #aaa;
}