-
Notifications
You must be signed in to change notification settings - Fork 0
/
3rdpage.css
145 lines (143 loc) · 2.92 KB
/
3rdpage.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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
.thirdpage{
background-color: #AED6CA;
height: 900px;
width: 380px;
border-color: black;
border-radius: 35px;
}
.topbar{
/* background-color:red; */
height: 80px;
display: flex;
align-items: center;
/* justify-content: center; */
}
.tline{
height: 80px;
/* background-color: green; */
width: 100px;
display: flex;
align-items: center;
justify-content: center;
}
.wserv{
height: 80px;
/* background-color: yellow; */
width: 180px;
display: flex;
align-items: center;
justify-content: center;
color: #243D25;
}
.qmark{
height: 80px;
/* background-color:blueviolet; */
width: 100px;
display: flex;
align-items: center;
justify-content: center;
font-family: 'Acme', sans-serif;
}
.whline{
height: 6px;
background-color:white;
}
.fourboxes{
/* background-color: red;
height: 300px; */
}
.box1{
background-color: white;
height: 300px;
width: 170px;
margin-left: 15px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.box2{
background-color: white;
height: 300px;
width: 170px;
margin-left: 15px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.first2{
/* background-color: red; */
height: 300px;
display: flex;
}
.next2{
/* background-color:blue; */
height: 300px;
display: flex;
}
.box3{
background-color: white;
height: 300px;
width: 170px;
margin-left: 15px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.box4{
background-color: white;
height: 300px;
width: 170px;
margin-left: 15px;
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
}
.keela{
display: flex;
flex-direction: row;
/* background: red; */
}
.home{
/* background-color: green; */
width: 100px;
margin-left: 10px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: 'Acme', sans-serif;
/* color: white; */
}
.service{
/* background-color: yellow; */
width: 100px;
margin-bottom: 2px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: 'Acme', sans-serif;
color: white;
}
.support{
/* background-color: blue; */
width: 100px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: 'Acme', sans-serif;
}
.profile{
/* background-color: brown; */
width: 100px;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
font-family: 'Acme', sans-serif;
}