Created
September 3, 2015 18:57
-
-
Save jedfoster/d12b4ab1b257a4400f20 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
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 controls poster="http://www.videojs.com/img/poster.jpg"> | |
<source src="http://vjs.zencdn.net/v/oceans.mp4" type="video/mp4"/> | |
<source src="http://vjs.zencdn.net/v/oceans.webm" type="video/webm" /> | |
<track kind="captions" src="http://www.videojs.com/vtt/captions.vtt" srclang="en" label="English"></track> | |
</video> |
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
// ---- | |
// libsass (v3.2.5) | |
// ---- | |
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
:target { | |
color: yellow; | |
} |
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 controls poster="http://www.videojs.com/img/poster.jpg"> | |
<source src="http://vjs.zencdn.net/v/oceans.mp4" type="video/mp4"/> | |
<source src="http://vjs.zencdn.net/v/oceans.webm" type="video/webm" /> | |
<track kind="captions" src="http://www.videojs.com/vtt/captions.vtt" srclang="en" label="English"></track> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment