-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathYouTubeWidgetFrame.css
63 lines (63 loc) · 1014 Bytes
/
YouTubeWidgetFrame.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
*{
margin:0;
padding:0;
-webkit-tap-highlight-color: transparent;
}
body{
background-color: #fff;
}
.box{
display: block;
width: 320px;
height: 300px;
background-color: none;
position: absolute;
top: 30px;
left: 50%;
transform: translate(-50%);
}
#YouTubeLebel{
display: block;
width: 140px;
height: auto;
position: absolute;
top:35px;
left:0;
transform: translate(0, -50%);
}
#channel-icon{
display: block;
width: 70px;
height: auto;
position: absolute;
top: 0;
right:0;
}
#videoFrame{
width: 295px;
height: 165px;
border:none;
position: absolute;
top: 80px;
left:50%;
transform:translate(-50%);
border-radius: 10px;
}
#yt-subscribe-btn{
display: block;
width: 100px;
height:32px;
background-color: #CC0000;
position: absolute;
bottom: 0px;
left: 50%;
transform: translate(-50%);
border:none;
color: #fff;
font-size: 12px;
font-family: Segoe UI;
font-weight: bold;
cursor:pointer;
transition: 0.3s;
outline:none;
}