Skip to content

Instantly share code, notes, and snippets.

@leechy
Created April 12, 2013 08:03
Show Gist options
  • Save leechy/5370346 to your computer and use it in GitHub Desktop.
Save leechy/5370346 to your computer and use it in GitHub Desktop.
PlanetSide 2 Menu
/**
* PlanetSide 2 Menu
*/
body {
background: blue;
}
.menu {
width: 100px;
height: 100px;
background:
linear-gradient(225deg, transparent 10px, rgba(0, 0, 0, 0.8) 13px) no-repeat top right,
linear-gradient(315deg, transparent 10px, rgba(0, 0, 0, 0.8) 13px) no-repeat bottom right;
background-size: 100% 50%;
}
<!-- content to be placed inside <body>…</body> -->
<div class="menu"></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