@@ -42,7 +42,6 @@ background-color: red; */
42
42
}
43
43
44
44
# navbar ul li {
45
- margin-bottom : ;
46
45
list-style : none;
47
46
width : 90% ;
48
47
text-align : center;
@@ -108,30 +107,30 @@ h1 {
108
107
109
108
.border {
110
109
border-left : 5px solid # 36B393 ;
111
- border-right : 5px solid # 36B393 ;
110
+ /* border-right: 5px solid #36B393; */
112
111
padding : 0 1rem ;
113
112
}
114
113
115
114
.output {
116
115
color : # 36B393 ;
117
116
border-top-left-radius : 20px ;
118
117
border-bottom-right-radius : 20px ;
119
- /* background-color: #1d1f1d; */
118
+ overflow : hidden;
120
119
padding : 10px ;
121
120
margin-bottom : 2rem ;
122
121
}
123
122
124
- .buttons {
125
- margin : 1rem 0 ;
126
- gap : 40px ;
127
-
123
+ .buttons {
124
+ margin : 1rem 0 ;
125
+ gap : 40px ;
126
+
128
127
}
129
128
130
- .buttons button {
131
- color : white;
129
+ .buttons button {
130
+ color : white;
132
131
background-color : # 36B393 ;
133
- padding : 7px 20px ;
134
- border : none;
132
+ padding : 7px 20px ;
133
+ border : none;
135
134
text-transform : uppercase;
136
135
font-weight : bold;
137
136
cursor : pointer;
@@ -158,8 +157,6 @@ section .title {
158
157
159
158
.example {
160
159
color : # 36B393 ;
161
-
162
-
163
160
border-top-left-radius : 20px ;
164
161
border-bottom-right-radius : 20px ;
165
162
background-color : # 1d1f1d ;
@@ -184,95 +181,85 @@ body::-webkit-scrollbar-thumb {
184
181
185
182
/* footer css */
186
183
187
- .footer {
184
+ .footer {
188
185
display : flex;
189
186
justify-content : center;
190
187
align-items : center;
191
188
background-color : # 1d1f1d ;
192
189
height : 15vh ;
193
-
190
+
194
191
}
195
192
196
- .footer-inner {
193
+ .footer-inner {
197
194
display : flex;
198
195
justify-content : flex-end;
199
- align-items : center ;
200
- width : 80% ;
201
- gap : 40px ;
202
-
196
+ align-items : center ;
197
+ width : 80% ;
198
+ gap : 40px ;
199
+
203
200
}
204
201
205
202
206
- .footer-inner .owner h4 {
207
- color : # 36B393 ;
203
+ .footer-inner .owner h4 {
204
+ color : # 36B393 ;
208
205
font-family : Dosis, sans-serif;
209
206
font-weight : 400 ;
210
207
}
211
- .footer-inner .owner h4 : hover {
212
- color : white ;
208
+
209
+ .footer-inner .owner h4 : hover {
210
+ color : white;
213
211
cursor : pointer;
214
212
transition : 0.2s ease-in-out;
215
213
}
216
214
217
215
218
- .owner h4 a {
219
- text-decoration : none;
220
- color : white;
216
+ .owner h4 a {
217
+ text-decoration : none;
218
+ color : white;
221
219
}
222
220
223
- .owner h4 a : hover {
224
- color : # 36B393 ;
221
+ .owner h4 a : hover {
222
+ color : # 36B393 ;
225
223
transition : 0.2s ease-in-out;
226
224
text-decoration : underline;
227
225
}
228
226
229
- .social-links {
230
- /* margin-left:2rem; */
231
-
227
+ .social-links {
232
228
display : flex;
233
229
justify-content : center;
234
230
align-items : center;
235
-
236
231
}
237
232
238
233
239
- /* .social-links .social-icon{
240
- margin-right:5px;
241
- padding:.5rem;
242
- border-radius:50%;
243
- border:1px solid white;
244
- } */
245
-
246
- .social-links a {
247
- border-radius : 50% ;
248
- width : 3rem ;
249
- height : 3rem ;
234
+ .social-links a {
235
+ border-radius : 50% ;
236
+ width : 3rem ;
237
+ height : 3rem ;
250
238
margin-right : 10px ;
251
239
cursor : pointer;
252
240
transition : .3s ease-out;
253
241
object-fit : cover;
254
- color : # 36B393 ;
255
-
242
+ color : # 36B393 ;
256
243
}
257
244
258
- .social-links a img {
259
- padding : .5rem ;
245
+ .social-links a img {
246
+ padding : .5rem ;
260
247
width : 100% ;
261
248
height : 100% ;
262
249
border-radius : 50% ;
263
250
background-color : # 36B393 ;
264
251
}
265
252
266
- .social-links i {
253
+ .social-links i {
267
254
font-size : 30px ;
268
- margin-right : 10px ;
269
- color : # 36B393 ;
255
+ margin-right : 10px ;
256
+ color : # 36B393 ;
270
257
}
271
258
272
- .social-links a img : hover {
273
- /* color:#498afb; */
274
- border : 1px solid white ;
275
- background-color : white ;
259
+ .social-links a img : hover {
260
+ /* color:#498afb; */
261
+ border : 1px solid white;
262
+ background-color : white;
276
263
cursor : pointer;
277
264
transition : .3s ease-out;
278
265
}
@@ -290,7 +277,6 @@ body::-webkit-scrollbar-thumb {
290
277
# navbar {
291
278
width : 250px ;
292
279
height : 100vh ;
293
- background-color : ;
294
280
margin-top : 0 ;
295
281
text-align : left;
296
282
position : fixed;
@@ -332,11 +318,32 @@ body::-webkit-scrollbar-thumb {
332
318
text-align : right;
333
319
padding : 1.5rem ;
334
320
}
321
+
322
+
323
+
335
324
}
336
325
337
326
@media screen and (max-width : 480px ) {
338
- .content {
327
+ .content {
339
328
margin-top : 10rem ;
340
329
}
341
-
330
+
331
+ .main-section header {
332
+ font-size : 30px ;
333
+ margin-top : 20px ;
334
+ padding-top : 30px ;
335
+ }
336
+
337
+ .footer-inner {
338
+ display : flex;
339
+ justify-content : center;
340
+ flex-direction : column;
341
+ align-items : center ;
342
+ gap : 15px ;
343
+ }
344
+
345
+ # navbar ul li {
346
+ width : 100% ;
347
+ }
348
+
342
349
}
0 commit comments