A Pen by tim walker on CodePen.
Created
July 22, 2014 03:57
-
-
Save twalker/de53abe9fc0b36d137ab to your computer and use it in GitHub Desktop.
A Pen by tim walker.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<video data-wfedit="video" poster="http://www.transgenomic.com/files/shared/common/img/video_poster" controls> | |
<source src="" type="video/mp4" /> | |
<source src="" type="video/webm" /> | |
<source src="" type="video/ogg" /> | |
<a href=""><img src="" /></a> | |
</video> | |
<div>video's next sibling (non-video)</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
video | |
outline 1px solid fuchsia | |
visibility hidden | |
video + *:before | |
display block | |
border 1px solid green | |
content url("http://www.transgenomic.com/files/shared/common/img/video_poster") | |
position absolute | |
top 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment