@@ -147,4 +147,95 @@ margin-right: 13px;
147
147
148
148
.nav-img {
149
149
margin : 5px ;
150
- }
150
+ }
151
+
152
+ .navbar-search {
153
+ margin-right : 20px ;
154
+ }
155
+
156
+ .color1 {
157
+ background-color : # 8bbed5 ;
158
+ }
159
+ .color2 {
160
+ background-color : # 8ba2d5 ;
161
+ }
162
+ .color3 {
163
+ background-color : # 9e8bd5 ;
164
+ }
165
+ .color4 {
166
+ background-color : # c88bd5 ;
167
+ }
168
+ .color5 {
169
+ background-color : # da8faf ;
170
+ }
171
+ .color6 {
172
+ background-color : # e59b95 ;
173
+ }
174
+ .color7 {
175
+ background-color : # e5b895 ;
176
+ }
177
+ .color8 {
178
+ background-color : # e5c895 ;
179
+ }
180
+ .color9 {
181
+ background-color : # e5d895 ;
182
+ }
183
+ .color10 {
184
+ background-color : # e1e394 ;
185
+ }
186
+ .color11 {
187
+ background-color : # bddc8f ;
188
+ }
189
+ .color12 {
190
+ background-color : # 8bd59b ;
191
+ }
192
+
193
+ .gradiant3 {
194
+ background-image : -webkit-gradient (linear, 0 0% , 0 100% , from (# BDB0E3 ), to (# 9e8bd5 ));
195
+ background-image : -webkit-linear-gradient (top, # BDB0E3 0% , # 9e8bd5 100% );
196
+ background-image : -moz-linear-gradient (top, # BDB0E3 0% , # 9e8bd5 100% );
197
+ background-image : -ms-linear-gradient (top, # BDB0E3 0% , # 9e8bd5 100% );
198
+ background-image : -o-linear-gradient (top, # BDB0E3 0% , # 9e8bd5 100% );
199
+ background-image : -linear-gradient (top, # BDB0E3 0% , # 9e8bd5 100% );
200
+ }
201
+
202
+ .gradiant6 {
203
+ background-image : -webkit-gradient (linear, 0 0% , 0 100% , from (# EACFA9 ), to (# e59b95 ));
204
+ background-image : -webkit-linear-gradient (top, # EACFA9 0% , # e59b95 100% );
205
+ background-image : -moz-linear-gradient (top, # EACFA9 0% , # e59b95 100% );
206
+ background-image : -ms-linear-gradient (top, # EACFA9 0% , # e59b95 100% );
207
+ background-image : -o-linear-gradient (top, # EACFA9 0% , # e59b95 100% );
208
+ background-image : -linear-gradient (top, # EACFA9 0% , # e59b95 100% );
209
+ }
210
+
211
+ .gradiant9 {
212
+ background-image : -webkit-gradient (linear, 0 0% , 0 100% , from (# EFE7BD ), to (# e5d895 ));
213
+ background-image : -webkit-linear-gradient (top, # EFE7BD 0% , # e5d895 100% );
214
+ background-image : -moz-linear-gradient (top, # EFE7BD 0% , # e5d895 100% );
215
+ background-image : -ms-linear-gradient (top, # EFE7BD 0% , # e5d895 100% );
216
+ background-image : -o-linear-gradient (top, # EFE7BD 0% , # e5d895 100% );
217
+ background-image : -linear-gradient (top, # EFE7BD 0% , # e5d895 100% );
218
+ }
219
+
220
+
221
+ .gradiant12 {
222
+ background-image : -webkit-gradient (linear, 0 0% , 0 100% , from (# B0E3BB ), to (# 8bd59b ));
223
+ background-image : -webkit-linear-gradient (top, # B0E3BB 0% , # 8bd59b 100% );
224
+ background-image : -moz-linear-gradient (top, # B0E3BB 0% , # 8bd59b 100% );
225
+ background-image : -ms-linear-gradient (top, # B0E3BB 0% , # 8bd59b 100% );
226
+ background-image : -o-linear-gradient (top, # B0E3BB 0% , # 8bd59b 100% );
227
+ background-image : -linear-gradient (top, # B0E3BB 0% , # 8bd59b 100% );
228
+ }
229
+
230
+
231
+
232
+
233
+
234
+
235
+
236
+
237
+
238
+
239
+
240
+
241
+
0 commit comments