-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathindex.css
87 lines (78 loc) · 1.69 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
body {
width: 100%;
margin: auto;
/* border: 1px solid black; */
padding: 10px;
}
* {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
/* margin: auto; */
}
nav {
width: 100%;
left: 0px;
top: 217px;
display: flex;
flex-wrap: wrap;
}
header {
width: 100%;
margin-top: -100px;
left: 0px;
top: 217px;
/* box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25); */
display: flex;
flex-wrap: wrap;
}
.Luxury_master {
display: flex;
flex-wrap: wrap;
}
/* the style for Luxury Master Suit */
.master_suit_txt {
/* position: absolute; */
width: 80%;
margin: auto;
/* max-height: 344px; */
left: 58px;
/* top: 899px; */
padding-left: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 20px;
line-height: 40px;
}
.master_suit_pic {
width: 80%;
/* max-height: 300px; */
/* margin: auto; */
margin-left: 50px;
left: 695px;
top: 884px;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
border-radius: 30px;
margin-bottom: 30px;
}
ul {
padding-left: 100px;
}
.available {
width: 80%;
height: 97px;
left: 130px;
top: 1284px;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 30px;
background: #CBCE3F;
box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);border-radius: 11px;
border: 0px;
margin-left: 50px;
}
a {
text-decoration: none;
color: black;
}