Skip to content

Instantly share code, notes, and snippets.

@ashlynnpai
ashlynnpai / index.html
Created August 8, 2017 15:26 — forked from anonymous/index.html
Quotes
<body>
<button id="getQuote">Get a Quote
</button>
<h1 id="quote-content">
</h1>
<h2 id="quote-title">
</h2>
<button id="btnTweet">Tweet This</button>
</body>
@ashlynnpai
ashlynnpai / config.json
Created December 15, 2017 04:09 — forked from anonymous/config.json
Bootstrap Customizer Config
{
"vars": {
"@gray-base": "#000",
"@gray-darker": "lighten(@gray-base, 13.5%)",
"@gray-dark": "lighten(@gray-base, 20%)",
"@gray": "lighten(@gray-base, 33.5%)",
"@gray-light": "lighten(@gray-base, 46.7%)",
"@gray-lighter": "lighten(@gray-base, 93.5%)",
"@brand-primary": "darken(#428bca, 6.5%)",
"@brand-success": "#5cb85c",