Skip to content

Commit

Permalink
Styled Comment section
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyannnnn committed May 25, 2024
1 parent 7f56ef8 commit e0ab9c6
Showing 1 changed file with 40 additions and 2 deletions.
42 changes: 40 additions & 2 deletions src/Components/PlayVideo/PlayVideo.css
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@
.publisher > button{
border: none;
background: #ED0000;
padding: 0 10px;
border-radius: 20px;
padding: 8px 30px;
border-radius: 4px;
cursor: pointer;
color: #fff;
outline: 0;
}
.publisher > button:hover{
background: #ed00009a;
Expand All @@ -65,3 +66,40 @@
margin-right: 15px;

}
.publisher p{
font-weight: 600;
font-size: 18px;
}
.publisher div span{
font-size: 13px;
color: #5a5a5a;
}
.vid-description{
padding-left: 55px;
margin: 15px 0;
}
.vid-description p{
font-size: 14px;
margin-bottom: 5px;
color: #5a5a5a;
}
.vid-description h4{
font-size: 14px;
color: #5a5a5a;
margin-top: 15px;
margin-bottom: 10px;
}
.comment{
display: flex;
align-items: flex-start;
margin: 20px 0;
}
.comment img{
width: 35px;
border-radius: 50%;
}
.comment h3{
color: #000;
font-size: 14px;
margin-bottom: 2px;
}

0 comments on commit e0ab9c6

Please sign in to comment.