-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.html
More file actions
78 lines (67 loc) · 1.4 KB
/
Copy pathtext.html
File metadata and controls
78 lines (67 loc) · 1.4 KB
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
<style>
p{
font-family: arial;
}
.video-title{
font-weight: bold;
font-size: 20px;
width: 3280px;
line-height: 24px;
margin-bottom: 5;
}
.video-stats{
font-size: 14px;
color: rgb(96, 96, 96);
margin-top: 0;
margin-bottom:
}
.video-author{
color: rgb(96, 96, 96);
font-size: 14px;
margin-top: 0;
margin-bottom: 20;
}
.video-description{
font-family: arial;
color: rgb(96, 96, 96);
font-size: 14px;
margin-top: 0;
width: 280px;
line-height: 22px;
margin-top: 0;
margin-bottom: 100;
}
.apple-text{
margin-boottom: 50px;
font-size: 14;
background-color: rgb(227, 65, 64);
padding-top: 18;
padding-bottom: 18;
padding-right: 18;
padding-left: 18;
color: white;
text-align: center;
}
.shop-now{
cursor: pointer;
}
.shop-now:hover{
text-decoration: underline;
}
</style>
<p class="video-title">
Talking Tech and AI with Google CEO Sundar Pichai!
</p>
<p class="video-stats">
3.4M views · 6 months ago
</p>
<p class="video-author">
Marques Brownlee ✔
</p>
<p class="video-description">
Talking tech and
AI on the heels of Google I/O. Also a daily driver phone reveal from googles's CEO. Shoutout to Sundar!
</p>
<P class="apple-text">
Shop early for the best selection of holiday favourites. <span class="shop-now">Shop now ></span>
</P>