You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
247 B
26 lines
247 B
* {
|
|
background-color: gray;
|
|
}
|
|
|
|
#video1 {
|
|
margin-top: 300px;
|
|
}
|
|
|
|
.draggable {
|
|
position: absolute;
|
|
}
|
|
|
|
.draggable img {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.draggable iframe {
|
|
padding: 20px;
|
|
}
|
|
#video2 {
|
|
margin-top: 100px;
|
|
}
|
|
|
|
#audio1 {
|
|
margin-left: 400px;
|
|
}
|
|
|