Created
September 30, 2021 14:16
-
-
Save unicodeveloper/22b58d26f15a054d588beeecb3bedc05 to your computer and use it in GitHub Desktop.
Livestream css style
This file contains 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
.container { | |
max-width: 600px; | |
} | |
.info { | |
height: 400px; | |
} | |
.ui { | |
text-align: left; | |
height: 400px; | |
} | |
.wrapper { | |
display: inline-block; | |
} | |
.video-wrapper { | |
width: 320px; | |
margin-bottom: 15px; | |
display: inline-block; | |
} | |
.video { | |
width: 100%; | |
border: 5px solid black; | |
} | |
.recording { | |
border: 5px solid red; | |
} | |
.center-text { | |
text-align: center; | |
} | |
.center { | |
margin-left: auto; | |
margin-right: auto; | |
display: block | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment