Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save akirchmyer/7508745 to your computer and use it in GitHub Desktop.

Select an option

Save akirchmyer/7508745 to your computer and use it in GitHub Desktop.
A Pen by Andrew Kirchmyer.
<ul>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
body {
background:
radial-gradient(black 15%, transparent 16%) 0 0,
radial-gradient(black 15%, transparent 16%) 8px 8px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 0 1px,
radial-gradient(rgba(255,255,255,.1) 15%, transparent 20%) 8px 9px;
background-color:#282828;
background-size:16px 16px;
}
ul li {
display: inline-block;
width: 100px;
height: 100px;
background-color: white;
border-radius: 10px;
position: relative;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment