Skip to content

Instantly share code, notes, and snippets.

@chestozo
Created August 14, 2012 10:05
Show Gist options
  • Save chestozo/3347954 to your computer and use it in GitHub Desktop.
Save chestozo/3347954 to your computer and use it in GitHub Desktop.
Untitled
.ya {
position: absolute;
background-image: linear-gradient(#E55, #F00);
width: 55px;
height: 32px;
right: 10px;
border-radius: 3px;
box-shadow: 1px 1px 2px #CCC;
}
.y {
background-image: url('http://yandex.st/lego/_/mGGX461vz0Sw_LXi_rqPlvSuBBc.png');
position: absolute;
width: 20px;
height: 35px;
left: 3px;
top: -1px;
transform: scale(0.7)
}
.me {
background-image: url('http://avatars.yandex.net/get-avatar/22805354/a3d4ffb7880fc4f7c33df852c47359ab.6107-small');
position: absolute;
width: 24px;
height: 24px;
left: 26px;
top: 4px;
border-radius: 3px;
}
<div class="ya">
<div class="y"></div>
<div class="me"></div>
</div>
{"view":"split-vertical","fontsize":"70","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment