w=228px h=78px 230 80 230 160
Last active
December 20, 2015 02:19
-
-
Save brevity/6055188 to your computer and use it in GitHub Desktop.
a good excuse to play with gists
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* a good excuse to play with gists | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- so apparently not all files need to be named "dabblet", but the currently active file does get saved back to github as dabblet.x --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// alert('Hello world!'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: The Name of the Fiddle | |
description: just some html5 and css to test out store a fiddle in gist | |
authors: | |
- Andrew Toelle | |
resources: | |
normalize_css: yes |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="http://jsfiddle.net/gh/gist/library/pure/6055188/">Fiddle it.</a> | |
<script src="https://gist.github.com/ajtoelle/6055188.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment