Skip to content

Instantly share code, notes, and snippets.

Created April 24, 2012 19:50
Show Gist options
  • Save anonymous/2483098 to your computer and use it in GitHub Desktop.
Save anonymous/2483098 to your computer and use it in GitHub Desktop.
icon-background
/**
* icon-background
*/
body {
background: #fff;
}
h2 {
font-family:"Brush Script Std";
font-size:68px;
text-align:center;
padding:0;
margin:0;
}
h2:first-child {
}
h2:second-child {
}
h2:last-child {
letter-spacing:2px;
color:rgba(0, 0, 0, 0.3);
}
div {
background:#888;
height:228px;
width:228px;
border-radius:20px;
}
div:first-child {
}
div:second-child {
}
div:last-child {
}
<!-- content to be placed inside <body>…</body> -->
<body>
<div>
<h2>Web</h2>
<div>
<div>
<h2>Web</h2>
</div>
</div>
<h2>Web</h2>
</div>
</body>
{"view":"split-vertical","fontsize":"80","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment