-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (64 loc) · 1.2 KB
/
style.css
File metadata and controls
75 lines (64 loc) · 1.2 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
* {
margin: 0px;
padding: 0px;
}
.section1 {
background-image: url('WhatsApp Image 2026-02-25 at 1.36.50 PM.jpeg');
background-position: center;
background-repeat: no-repeat;
height: 932px;
}
#h1-phone {
font-family: manrope;
position: relative;
left: 0px;
color: white;
font-size: 30px;
top: 140px;
text-align: center;
}
#downline {}
#agrologo {
position: relative;
left: 97px;
color: white;
font-size: 30px;
top: 200px;
width: 250px;
}
#h2-phone { margin-top: 100px;
font-family: manrope;
position: relative;
left: 0px;
color: white;
font-size: 30px;
top: 180px;
text-align: center;
font-size: 28px;
font-weight: 800;
}
/* iPhone 14 Pro Max (428px) */
@media (max-width: 430px) {
.section1 {
height: auto;
min-height: 100vh;
padding-top: 20px;
padding-bottom: 20px;
}
#h1-phone {
font-size: 24px;
top: 60px;
}
#agrologo {
left: 20px;
width: 90%;
max-width: 280px;
font-size: 24px;
top: 100px;
}
#h2-phone {
font-size: 16px;
top: 120px;
margin-top: 40px;
}
}