Skip to content

Instantly share code, notes, and snippets.

@tkbremnes
Created January 31, 2014 11:01
Show Gist options
  • Save tkbremnes/8730079 to your computer and use it in GitHub Desktop.
Save tkbremnes/8730079 to your computer and use it in GitHub Desktop.
Untitled
.video {
background: #eee;
width: 600px;
height: 400px;
position: relative;
margin: 5px;
border: 1px solid #ccc;
box-shadow: 0 0 7px #aaa;
overflow: hidden;
}
.video:hover .toolbar {
height: 50px;
}
.video .toolbar {
position: absolute;
width: 100%;
height: 10px;
bottom: 0;
left: 0;
text-align: center;
transition: height .3s;
}
.video .toolbar .button {
height: 50px;
width: 50px;
background: green;
display: inline-block;
margin: 0 1em;
border-radius: 50%;
}
.video .toolbar .button.ex {
background: red;
}
html, body {
margin: 0; height: 100%; width: 100%; padding: 0;
}
<div class="video">
<div class="toolbar">
<div class="button"></div>
<div class="button ex"></div>
<div class="button"></div>
</div>
</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