Skip to content

Instantly share code, notes, and snippets.

@dmitrykolesnikovich
Created May 5, 2021 07:27
Show Gist options
  • Save dmitrykolesnikovich/4ab001b26795191ca00420612b77bc90 to your computer and use it in GitHub Desktop.
Save dmitrykolesnikovich/4ab001b26795191ca00420612b77bc90 to your computer and use it in GitHub Desktop.
tutorials.css
img.clean {
border: 0px;
border-radius: 0px;
}
video {
position:relative;
display: block;
margin: 0px;
padding: 0px;
}
video.clean {
border: 0px;
}
.video {
position:relative;
cursor: pointer;
background-image: url('https://github.com/smartprom/lcontrol/blob/master/docs/start_video.png?raw=true');
width: 600px;
margin: 0px;
padding: 0px;
margin-left: auto;
margin-right: auto;
}
.paused video {
position: relative;
z-index: -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment