added like feature

tag beginnings
This commit is contained in:
2020-05-24 16:16:45 +02:00
parent 45d2838fa1
commit eb9a855467
4 changed files with 140 additions and 13 deletions

View File

@ -1,9 +1,27 @@
.myvideo {
width: 80%;
margin-left: 10%;
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;
}
.previewcontainer {
margin-left: 10%;
width: 80%;