Skip to content

Commit 166fe2c

Browse files
authored
Fixed all of the detected errors.
1 parent 53ac04b commit 166fe2c

File tree

1 file changed

+37
-37
lines changed

1 file changed

+37
-37
lines changed

Landing-Page-Dark-Theme/css/styles.css

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ a {
9393
"file-feature security-feature"
9494
"time-feature store-feature";
9595
background-color: hsl(218, 28%, 13%);
96-
padding: 0 5rem 0 5rem;
96+
padding: 0 5rem;
9797
gap: 2rem;
9898
text-align: center;
9999
}
@@ -212,7 +212,7 @@ a {
212212
grid-template-areas:
213213
"user-1 user-2 user-3";
214214
background-color: hsl(218, 28%, 13%);
215-
padding: 6rem 4rem 1rem 4rem;
215+
padding: 6rem 4rem 1rem;
216216
gap: 1rem;
217217
background-image: url('../images/bg-quotes.png');
218218
background-position: top 50px left 40px;
@@ -234,7 +234,7 @@ a {
234234
font-weight: 400;
235235
color: white;
236236
font-size: 13px;
237-
padding: 0rem 50% 0 0;
237+
padding: 0 50% 0 0;
238238
}
239239

240240
.user-1 {
@@ -276,10 +276,10 @@ a {
276276
background-color: hsl(217, 28%, 15%);
277277
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
278278
background-position: 0 0;
279-
padding: 3% 0 10% 0;
279+
padding: 3% 0 10%;
280280
border-radius: 8px;
281281
text-align: center;
282-
margin: -11% 15% 0 15%;
282+
margin: -11% 15% 0;
283283
width: 65%;
284284
}
285285

@@ -334,24 +334,24 @@ a {
334334

335335
/* Footer */
336336
.footer-container {
337-
max-width: 1300px;
338-
margin:auto;
337+
max-width: 1300px;
338+
margin:auto;
339339

340340
}
341341

342342
.footer-row {
343-
display: flex;
344-
flex-wrap: wrap;
343+
display: flex;
344+
flex-wrap: wrap;
345345
gap: 3rem;
346346
}
347347

348348
.footer-container ul {
349-
list-style: none;
349+
list-style: none;
350350
}
351351

352352
.footer {
353-
background-color: hsl(216, 53%, 9%);
354-
padding: 25% 0 10% 0;
353+
background-color: hsl(216, 53%, 9%);
354+
padding: 25% 0 10%;
355355
}
356356

357357
.footer-col {
@@ -365,12 +365,12 @@ a {
365365
color: white;
366366
line-height: 1.5;
367367
font-size: 16px;
368-
margin-bottom: 35px;
369-
position: relative;
368+
margin-bottom: 35px;
369+
position: relative;
370370
}
371371

372372
.footer-col ul li:not(:last-child) {
373-
margin-bottom: 10px;
373+
margin-bottom: 10px;
374374
}
375375

376376
.footer-col ul li a {
@@ -379,32 +379,32 @@ a {
379379
color: white;
380380
line-height: 1.5;
381381
font-size: 17px;
382-
text-decoration: none;
383-
display: block;
384-
transition: all 0.3s ease;
382+
text-decoration: none;
383+
display: block;
384+
transition: all 0.3s ease;
385385
}
386386

387387
.footer-col ul li a:hover {
388-
color: #ffffff;
389-
padding-left: 8px;
388+
color: #ffffff;
389+
padding-left: 8px;
390390
}
391391

392392
.footer-col .social-links a {
393-
display: inline-block;
394-
height: 50px;
395-
width: 50px;
396-
background-color: hsl(216, 53%, 9%);
397-
margin:0 10px 10px 0;
398-
text-align: center;
399-
line-height: 40px;
400-
border-radius: 50%;
401-
color: #ffffff;
402-
transition: all 0.5s ease;
393+
display: inline-block;
394+
height: 50px;
395+
width: 50px;
396+
background-color: hsl(216, 53%, 9%);
397+
margin:0 10px 10px 0;
398+
text-align: center;
399+
line-height: 40px;
400+
border-radius: 50%;
401+
color: #ffffff;
402+
transition: all 0.5s ease;
403403
}
404404

405405
.footer-col .social-links a:hover {
406-
color: #24262b;
407-
background-color: #ffffff;
406+
color: #24262b;
407+
background-color: #ffffff;
408408
}
409409

410410
.footer-logo {
@@ -480,7 +480,7 @@ ion-icon:hover {
480480
}
481481

482482
.user-testimonial h2{
483-
padding: 0rem 15rem 0 0;
483+
padding: 0 15rem 0 0;
484484
}
485485

486486
.btn-secondary {
@@ -498,7 +498,7 @@ ion-icon:hover {
498498
}
499499

500500
.footer{
501-
padding: 50% 0 10% 0;
501+
padding: 50% 0 10%;
502502
}
503503
}
504504

@@ -545,7 +545,7 @@ ion-icon:hover {
545545
}
546546

547547
.footer{
548-
padding: 70% 0 10% 0;
548+
padding: 70% 0 10%;
549549
}
550550
}
551551

@@ -568,7 +568,7 @@ ion-icon:hover {
568568
}
569569

570570
.footer{
571-
padding: 140% 0 10% 0;
571+
padding: 140% 0 10%;
572572
}
573573
}
574574

@@ -582,4 +582,4 @@ ion-icon:hover {
582582
.footer-col {
583583
width: 100%;
584584
}
585-
}
585+
}

0 commit comments

Comments
 (0)