Skip to content

Instantly share code, notes, and snippets.

@Poltergeist
Created May 30, 2013 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Poltergeist/5678553 to your computer and use it in GitHub Desktop.
Save Poltergeist/5678553 to your computer and use it in GitHub Desktop.
lined background
/**
* lined background
*/
div{
background: linear-gradient(0deg, #bbb 1px, transparent 1px ),linear-gradient(90deg,transparent 45px, #bbb 50px, transparent 51px);
background-size: 1px 1.5em,auto ;
background-position:0 -.4em ;
min-height: 100%;
line-height:1.5em;
font-size:1em;
padding:0 55px 50px;
margin:50px;}
<div>Dies ist <br/>ein test</div>
// alert('Hello world!');
{"view":"split","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