Skip to content

Instantly share code, notes, and snippets.

@yoksel
Created February 6, 2014 06:18
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 yoksel/8839159 to your computer and use it in GitHub Desktop.
Save yoksel/8839159 to your computer and use it in GitHub Desktop.
HTML {
height: 100%;
}
BODY {
background:
repeating-linear-gradient( -45deg,
rgba(255,255,255, 0) 1.9em,
rgba(0, 0, 0, .1) 2em,
rgba(255,255,255, 0) 2.1em )
0 0;
/* background-size: 2em 2em; */
background-color: ivory;
font: 16px/2 'Trebuchet MS', Verdana, sans-serif;
}
P {
margin: 2.5em 3em 1em 8em;
}
<!DOCTYPE html>
<html>
<head>
<script src="http://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
<meta charset=utf-8 />
<title>Gradients</title>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment