Skip to content

Instantly share code, notes, and snippets.

@unicodeveloper
Created September 30, 2021 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save unicodeveloper/22b58d26f15a054d588beeecb3bedc05 to your computer and use it in GitHub Desktop.
Save unicodeveloper/22b58d26f15a054d588beeecb3bedc05 to your computer and use it in GitHub Desktop.
Livestream css style
.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