34 lines
541 B
CSS
34 lines
541 B
CSS
|
.closebutton {
|
||
|
color: white;
|
||
|
height: 35px;
|
||
|
width: 90px;
|
||
|
margin-right: 80px;
|
||
|
float: right;
|
||
|
background-color: #FF0000;
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.myvideo {
|
||
|
width: 100%;
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.videoleftbanner{
|
||
|
float: left;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
background-color: #e5e5ff;
|
||
|
border-radius: 40px;
|
||
|
}
|
||
|
.likefield{
|
||
|
margin-top: 15px;
|
||
|
margin-left: 15px;
|
||
|
margin-right: 15px;
|
||
|
height: 30px;
|
||
|
background-color: #9e5353;
|
||
|
border-radius: 10px;
|
||
|
text-align: center;
|
||
|
color: white;
|
||
|
|
||
|
}
|