Skip to content

Commit c4d3504

Browse files
Merge pull request #3 from Cardoso-topdev/feature/fix-0201
Feature/fix 0201
2 parents a3dca90 + 61355be commit c4d3504

35 files changed

+218
-100
lines changed

public/css/style.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:acti
367367
}
368368
#portfolio .img-fun {
369369
position: absolute;
370-
top: -20;
370+
/* top: -20; */
371371
right: 20px;
372372
height: 300;
373373
}
@@ -420,7 +420,7 @@ a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:acti
420420
height: 300px;
421421
margin-bottom: -250px;
422422
background-image: url(../img/union2.png);
423-
background-repeat: no-repeat;
423+
background-repeat: repeat-x;
424424
}
425425
/* Testimonials Section */
426426
#testimonials {
@@ -631,7 +631,7 @@ color: #777;
631631
}
632632
/* Footer Section*/
633633
#footer {
634-
background: #f6f6f6;
634+
/* background: #f6f6f6; */
635635
padding: 30px 0;
636636
}
637637
#footer p {
@@ -692,6 +692,9 @@ color: #777;
692692
.position-relative {
693693
position: relative!important;
694694
}
695+
.position-absolute {
696+
position: absolute;
697+
}
695698
.flex {
696699
display: flex;
697700
}

public/img/Vector 8 (1).png

-8.05 KB
Binary file not shown.

public/img/credit_card1-bk.png

5.23 KB
Loading

public/img/credit_card1.png

549 KB
Loading

public/img/credit_card1_1.png

-623 KB
Binary file not shown.

public/img/credit_card1_2.png

-1.76 MB
Binary file not shown.

public/img/credit_card1_3.png

-646 KB
Binary file not shown.

public/img/credit_card2-bk.png

6.7 KB
Loading

public/img/credit_card2.png

1.66 MB
Loading

public/img/credit_card3-bk.png

8.02 KB
Loading

0 commit comments

Comments
 (0)