-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
170 lines (148 loc) · 2.63 KB
/
style.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
* {
margin: 0;
padding: 0;
outline: 0;
box-sizing: border-box;
font-family: 'Allerta', cursive;
}
#navbarMonstera {
display: flex;
width:100%;
justify-content: space-between;
align-items: center;
height: 100%;
padding:30px 40px;
}
#navMid {
display: flex;
justify-content: space-between;
}
#navMid div h4 {
position: relative;
cursor: pointer;
}
#navMid div h4::after {
content: "";
background-color: black;
position: absolute;
height: 2px;
width: 0;
left: 0;
bottom: -10px;
letter-spacing:0.5px;
}
#navMid div h4:hover::after {
width: 100%;
}
#navMid div {
padding:10px 50px;
}
#navEnd {
display: flex;
justify-content: space-around;
}
#navEnd div {
padding:10px 30px;
}
#midWhole {
display: flex;
justify-content:space-between;
align-items:center;
flex-direction:row;
width:100%;
padding-left:44px;
}
#midWholePart13 {
display: flex;
justify-content:space-between;
align-items:center;
margin-top:120px;
}
.midWholePart13Parts {
display:flex;
flex-direction:row;
justify-content: space-between;
width: fit-content;
}
.ico-m {
margin-left:10px ;
width:280px;
height:280;
}
.ico-m h4 {
font-size:20px;
}
#midWholePart1 {
display:flex;
flex-direction:column;
justify-content: space-between;
/* align-items:center; */
height:auto;
}
#monstera {
font-size:100px;
font-weight:2500;
}
.li-p,li {
font-size:20px;
}
#midWholePart121 {
display:flex;
align-items:center;
color:black;
flex-direction:row;
height:200px;
}
#midWholePart121 h1 {
background-color: #82b57b;
font-size:35px;
font-weight:normal;
color: white;
padding:5px 10px;
border-radius:23px 0px 0px 23px;
}
#midWholePart12 {
display:flex;
align-items:center;
height: 200px;
margin:22px 1%;
}
#midWholePart122 img {
background-color: #82b57b;
/* display: inline-block; */
padding:16px 9px 13px 14px;
/* margin-top: 4px; */
align-self: center;
display:inline;
margin-left: 0;
border-radius: 0px 23px 23px 0px;
}
#midWholePart122 {
display: flex;
align-items: center;
justify-content: center;
margin-left: 4px;
}
#bt {
background-color: #82b57b;
display: flex;
flex-direction: row;
align-items: center;
padding: 11px 30px 11px 30px;
border-radius: 44px;
justify-content:center;
}
#bt img {
padding-left:10px;
height:20px;
}
#lich {
margin: 0;
padding: 0;
}
.text {
font-size:13px;
}
ul li:nth-child(1){
list-style-type: circle;
}