-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path3.Button_CSS.html
More file actions
56 lines (42 loc) · 1.11 KB
/
Copy path3.Button_CSS.html
File metadata and controls
56 lines (42 loc) · 1.11 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
<style>
.back-button{
padding-top: 5px;
padding-bottom: 5px;
font-size: 16px;
margin-right: 8px;
cursor: pointer;
}
.search{
font-size: 18px;
margin-right: 8px;
cursor: pointer;
}
.next-button{
font-size: 16px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 16px;
cursor: pointer;
}
</style>
<button class="back-button">
Back
</button>
<a class="search" href="https://www.amazon.com/best-sellers-books-Amazon/zgbs" target="_blank">
1
</a>
<a class="search" href="https://www.amazon.com/electronics-store/b?ie=UTF8&node=172282" target="_blank">
2
</a>
<a class="search" href="https://www.amazon.com/gp/help/customer/display.html" target="_blank">
3
</a>
<a class="search" href="https://www.amazon.com/international-sales-offers/b?ie=UTF8&node=15529609011" target="_blank">
4
</a>
<a class="search" href="https://www.amazon.com/gift-cards/b?ie=UTF8&node=2238192011" target="_blank">
5
</a>
<button class="next-button">
Next
</button>