Created
May 5, 2021 07:27
-
-
Save dmitrykolesnikovich/4ab001b26795191ca00420612b77bc90 to your computer and use it in GitHub Desktop.
tutorials.css
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
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