16 lines
155 B
CSS
16 lines
155 B
CSS
#publisher {
|
|
float: left;
|
|
width: 20%;
|
|
margin: 10px;
|
|
}
|
|
|
|
#subscriber {
|
|
float: left;
|
|
width: 20%;
|
|
margin: 10px;
|
|
}
|
|
|
|
video {
|
|
width: 100%;
|
|
height: auto;
|
|
} |