-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
277 lines (214 loc) · 4.21 KB
/
index.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
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap');
* {
font-family: 'Roboto Slab', serif;
}
a {
text-decoration: none;
}
ul {
list-style: none;
}
body {
height: 100%;
}
/* home */
.home {
background: rgba(0, 0, 0, 0.648) url("https://source.unsplash.com/I7A_pHLcQK8");
height: 100vh;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-left: -2vmin;
margin-right: -2vmin;
background-blend-mode: darken;
}
nav {
text-align: center;
background: rgba(2, 2, 19, 0.826);
}
nav ul li {
display: inline-block;
margin-right: 3vmin;
padding: 2vmin;
}
nav ul li a {
color: antiquewhite;
text-transform: uppercase;
font-weight: 800;
}
.active a {
background: rgba(255, 166, 0, 0.528);
padding: 3.5vmin;
}
nav ul li a:hover {
color: orange;
}
nav h1 {
color: orange;
font-family: 'Courgette', cursive;
}
.home .info {
color: antiquewhite;
text-align: center;
margin-top: auto;
}
.home .info p {
transform: translateY(50%);
padding-top: 20vh;
font-family: 'Fresca', sans-serif;
color: #fff;
font-size: 2.5rem;
}
/* business */
.business h2 {
text-align: center;
margin-top: 18vmin;
margin-bottom: 5vmin;
}
.business {
border: none;
width: 600px;
}
.business .question {
font-weight: bold;
font-size: 1.2rem;
}
.business .question p {
line-height: 2px;
}
.business .question:hover,
.business h2:hover {
color: orange;
}
.business-btn {
right: 5vmin;
float: right;
text-decoration: none;
border: none;
background: linear-gradient(#6c718e, #5f5cb0, #1e125f, #040420, #221a4e, #564593);
border-radius: 30px;
text-transform: uppercase;
height: 5vh;
}
.business-btn a {
color: orange;
padding: 5vmin 5vmin;
display: hidden;
}
.business-btn a:hover {
color: antiquewhite;
}
/* information */
.info-page {
text-align: center;
}
.info-page p {
margin-top: 5vmin;
font-weight: bold;
font-size: 1.2rem;
}
.info-page .card {
margin: 8vmin;
text-align: center;
width: 500px;
left: 30%;
border: #040420 4px solid;
border-radius: 0;
}
.info-page .card h1 {
margin-top: 6vmin;
margin-bottom: 6vmin;
}
.info-page .card h1 a {
color: #040420;
}
.info-page .card h1 a:hover {
color: orange;
}
/* mael-info */
.male-info img {
height: 20vw;
}
/* reservation */
.reservation {
background: whitesmoke;
box-shadow: 5px 8px 15px #161642c7;
}
.reservation h2 {
text-align: center;
margin: 3vmin;
}
.reservation .list p {
font-family: 'Courgette', cursive;
font-size: 1rem;
}
/* servicetime */
.orm-group .row a {
margin-top: 6vmin;
}
/* contact */
.info-page span {
font-weight: lighter;
}
.text-center h3 {
color: #040420;
}
.info-page b {
color: #040420;
text-align: left;
}
.info-page b:hover {
color: orange;
}
/* about-service */
.about-service {
background: whitesmoke;
margin: 4vmin;
padding: 4vmin;
}
.about-service h3 {
color: #040420;
}
.free h3 {
color: orange;
}
/* modal */
.modal-header {
color: #040420;
background: orange;
}
.btn-close {
color: white;
}
.modal-body p {
font-size: larger;
}
/* media screens */
@media screen and (max-width: 1190px) {
.nav1 {
display: none;
}
.info-page p {
margin-top: 15vmin;
font-weight: bold;
font-size: 0.9rem;
}
.reservation {
margin-top: 10vmin;
}
.male-info,
.female-info {
margin: 10vmin;
}
}
@media screen and (min-width: 1191px) {
.navbar {
display: none;
background: rgba(0, 0, 0, 0.648);
}
.nav-item li a {
color: #040420;
}
}