-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.css
105 lines (90 loc) · 1.6 KB
/
info.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
#container{
width: 70%;
}
#video_heading{
font-size: 20px;
font-weight: 700;
font-family: sans-serif;
}
#info-section{
display: flex;
height: 80px;
justify-content: space-between;
}
#section-1{
display: flex;
}
#section-1 p{
font-family: sans-serif;
}
#subscribers{
color: gray;
font-size: 13px;
}
#section-1>div{
height: 100%;
}
#swction-1 #channel_image{
border-radius: 50%;
overflow: hidden;
background-color :#00947F;
}
#channel_image img{
width: 60%;
border-radius: 50%;
display: flex;
align-items: center;
margin-top: 10px;
}
#sunscribbtn{
display: flex;
align-items: center;
margin-left: 30px;
font-size: 17px;
}
#sunscribbtn button{
font-size: 17px;
border-radius: 30px;
border: none;
padding: 10px 20px;
background-color: rgb(240, 230, 230);
}
#section-2{
display: flex;
align-items: center;
gap: 5px;
}
#section-2 button{
height: 50%;
font-size: 15px;
border-radius: 20px;
padding: 0px 20px;
border: none;
}
#section-1 button:hover{
background-color: rgb(201, 195, 195);
color: white;
}
#section-2 > #like{
border-radius: 0%;
border-radius: 20px 0px 0px 20px;
margin-left: 0;
}
#section-2 > #dislike{
border-radius: 0%;
border-radius: 0px 20px 20px 0px;
margin-left: -3%;
border-left: 1px solid rgb(214, 196, 196);
}
button:hover{
background-color: rgb(201, 195, 195);
color: white;
cursor: pointer;
}
#decription{
background-color: rgb(227, 233, 238);
width: 70%;
height: 400px;
border-radius: 50px;
padding: 20px;
}