Skip to content

Instantly share code, notes, and snippets.

@AndyNovo
Created January 5, 2016 22:45
Show Gist options
  • Save AndyNovo/124a695dd570d52bc1f6 to your computer and use it in GitHub Desktop.
Save AndyNovo/124a695dd570d52bc1f6 to your computer and use it in GitHub Desktop.
Display play
/**
* Display play
*/
body {
background: #f06;
background: linear-gradient(45deg, #f06, yellow);
min-height: 100%;
}
span {
outline: 1px solid black;
height: 30px;
width: 70px;
background-color: aliceblue;
display: none; /* Change ME */
padding: 10px;
margin: 20px;
}
<p>This is a
<span>paragraph</span> <span>of</span>
<span>original</span> text.
It is a beautiful paragraph.</p>
// alert('Hello world!');
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment