-
Notifications
You must be signed in to change notification settings - Fork 0
/
apple.css
105 lines (95 loc) · 1.75 KB
/
apple.css
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
* {
box-sizing: border-box;
padding: 0px;
margin: 0px;
/* font-family: sans-serif; */
}
/* -------------navigation bar------------- */
.header {
background-color: rgb(15, 14, 14);
border: 2px solid rgb(252, 245, 245);
width: 100%;
height: 100%;
padding: 0px 10px 0px 10px;
}
.nav ul {
display: flex ;
justify-content: space-around;
}
.nav img {
width: 20px;
}
.nav a {
text-decoration: none;
color: rgb(238, 232, 232);
font-size: 20px;
}
.nav li {
list-style: none;
}
.nav {
width: 80%;
margin: auto;
background-color: rgb(12, 12, 14);
/* border: 1px solid white; */
padding-top: 10px;
}
/* --------------boxone--------- */
/* ============imagenumberone============ */
.boxareaone {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
flex-wrap: wrap;
}
.firstbgimg {
background: url(/images/hero_iphone14pro__e5xbgo5ffhg2_largetall.jpg);
color: rgb(236, 230, 230);
height: 700px;
width: 100%;
background-position: center;
padding-top: 60px;
}
.firstbgimg h2{
font-size: 40px;
padding-bottom: 30px;
}
.firstbgimg p {
font-size: 30px;
padding-bottom: 30px;
}
.firstbgimg li {
display:inline;
}
.firstbgimg a {
font-size: 20px;
line-height: 3em;
}
/* ========secondsingle image===== */
.secondbgimg {
background-image: url(/images/hero_iphone14__fjmsqstr1ceq_largetall.jpg);
width: 100%;
height: 700px;
background-position: center;
align-items: center;
text-align: center;
margin-bottom: 60px;
}
.secondbgimg h2 {
padding-top: 90px;
font-size: 40px;
}
.secondbgimg p {
font-size: 30px;
padding-top: 30px;
}
.secondbgimg a {
color: rgb(11, 12, 12);
display: inline;
font-size: 20px;
}
.secondbgimg li {
display: inline;
padding-top: 40px;
}