add video player
This commit is contained in:
parent
5622d2bee4
commit
9bddacf1ef
4 changed files with 59 additions and 3 deletions
|
@ -8,6 +8,7 @@ body {
|
|||
align-items: center;
|
||||
|
||||
overflow-y: auto;
|
||||
|
||||
}
|
||||
|
||||
:root {
|
||||
|
@ -120,6 +121,7 @@ video {
|
|||
width: 190px;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
.video {
|
||||
width: 200px;
|
||||
height: 200px;
|
||||
|
@ -132,10 +134,28 @@ video {
|
|||
justify-content: space-around;
|
||||
}
|
||||
|
||||
.videos a{
|
||||
.videos a {
|
||||
color: var(--dark-1);
|
||||
}
|
||||
|
||||
textarea {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#progressbar {
|
||||
background-color: var(--light-1);
|
||||
border: solid var(--dark-2) 2px;
|
||||
border-radius: 13px;
|
||||
padding: 3px;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
top: -40px;
|
||||
width: 680px;
|
||||
}
|
||||
|
||||
#progressbar>div {
|
||||
background-color: var(--light-2);
|
||||
width: 40%;
|
||||
height: 20px;
|
||||
border-radius: 10px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue