Skip to content

Instantly share code, notes, and snippets.

@micolous
Last active January 23, 2018 06:04
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 micolous/9f6a682f7af06bbe85f98c25b73d2632 to your computer and use it in GitHub Desktop.
Save micolous/9f6a682f7af06bbe85f98c25b73d2632 to your computer and use it in GitHub Desktop.
repro opsis issue?
<html>
<head>
<style type="text/css">
html {
background: repeating-linear-gradient(
90deg,
#000,
#000 2px,
#fff 2px,
#fff 12px,
#777 12px,
#777 13px,
#fff 13px,
#fff 22px,
#777 22px,
#777 23px,
#fff 23px,
#fff 32px,
#777 32px,
#777 33px,
#fff 33px,
#fff 42px,
#777 42px,
#777 43px,
#fff 43px,
#fff 52px
);
}
</style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment