-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
47 lines (41 loc) · 754 Bytes
/
style2.css
File metadata and controls
47 lines (41 loc) · 754 Bytes
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
body {
font-family: Arial, sans-serif;
background: #f9f9f9;
color: #333;
line-height: 1.6;
margin: 0;
padding: 0;
}
.airdrop-container {
max-width: 700px;
margin: 2rem auto;
background: #fff;
padding: 2rem;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
h1 {
text-align: center;
color: #0047ab;
}
.section-title {
font-size: 1.2rem;
margin-top: 1.5rem;
color: #007bff;
}
ul {
padding-left: 1.2rem;
}
a.hero-btn {
display: inline-block;
margin-top: 1.5rem;
padding: 0.75rem 1.5rem;
background: #007bff;
color: white;
border-radius: 8px;
text-decoration: none;
font-weight: bold;
}
a.hero-btn:hover {
background-color: #0056b3;
}