Skip to content

Instantly share code, notes, and snippets.

@kannankumar
Created March 31, 2014 08:19
Show Gist options
  • Save kannankumar/9887656 to your computer and use it in GitHub Desktop.
Save kannankumar/9887656 to your computer and use it in GitHub Desktop.
Untitled
.blue{background-color:#4A7496;}
.green{background-color:#49796B;}
.grey{background-color:#888}
.etched{
width:50px;
height:50px;
border:1px solid rgba(0,0,0,0.2);
position:relative;
border-radius:1px 0 0 1px;
box-shadow:1px 1px 2px -1px #000;
}
.etched:nth-child(n+2){
border-top:0;
}
.etched:after{
content:'';
position:absolute;
top:0px;
left:0px;
z-index:1000;
width:48px;
height:48px;
border-radius:1px 0 0 1px;
border:1px solid rgba(255,255,255,0.1);
border-bottom:0;
}
.etched:hover:after{
background-color:rgba(255,255,255,0.1);
}
<div class="etched blue"></div>
<div class="etched blue"></div>
<div class="etched grey"></div>
<div class="etched blue"></div>
<div class="etched green"></div>
// alert('Hello world!');
{"view":"separate","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