-
Notifications
You must be signed in to change notification settings - Fork 0
/
text2.html
79 lines (66 loc) · 1.39 KB
/
text2.html
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
<body>
<style>
p{
font-family: Arial;
margin-top: 0px;
}
.Title{
font-size: 30px;
font-weight:bold;
font-style:italic;
margin-bottom: 5px;
text-align: left;
}
.Stats{
font-size: 14px;
margin-top: 0px;
margin-bottom: 0px;
color:rgb(96,96,96);
}
.auth{
font-size: 14px;
font-weight: bold;
margin-top: 22px;
margin-bottom: 20px;
color:rgb(96,96,96);
}
.txt{
text-align: left;
font-size: 14px;
width: 280px;
color:rgb(96,96,96);
line-height: 22px;
margin-top:0px;
}
.shop{
margin-bottom: 50px;
margin-top: 100px;
background-color: rgb(227,65,64);
padding: 16px;
text-align: center;
font-size: 14px;
color: white;
}
.shop_span:hover{
text-decoration: underline;
cursor: pointer;
}
</style>
<p class="Title">
Talking Tech and AI with Google CEO Sundar Pichai!
</p>
<p class="Stats">
3.4M views · 6 months ago
</p>
<p class="auth">
Marques Brownlee ✓
</p>
<p class="txt">
Talking tech and AI on the heels of Google I/O.
Also a daily driver phone reveal from Google's CEO. Shoutout to Sundar!
</p>
<p class="shop">
Shop early for the best
selection of holiday favourites. <span class="shop_span">Shop now</span> >
</p>
</body>