-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.html
More file actions
61 lines (47 loc) · 1.19 KB
/
text.html
File metadata and controls
61 lines (47 loc) · 1.19 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
<style>
.legacy{
font-family:arial;
font-size: 20px;
font-weight: bold;
width: 400px;
line-height: 20px;
margin-bottom: 8px;
}
.months{
font-family:arial;
color: gray;
font-size: 15px;
margin-bottom: 25px;
}
.name{
font-family: arial;
color: gray;
margin-top: 0px;
}
.red{
background-color: rgb(221, 61, 61);
color: white;
text-align: center;
font-family:arial;
font-size: 15px;
border-radius:2px;
padding-top:12px;
padding-bottom:12px;
}
.red-button{
margin-left: 12px;
}
.red-button:hover{
color: white;
transition:0.15s;
}
</style>
<p class="legacy">
KSHMR, Raftaar - Legacy [Official Music Video]
</p>
<p class="months">3.4M views · 6 months ago </p>
<p class="name">
Shantau Chincholi ✓
</p>
<p class="red">Shop early for the best selection of holiday favourites.
<a href="https://www.apple.com/" target="_blank" class="red-button">Shop now ></a></p>