Skip to content

Commit

Permalink
newupdate
Browse files Browse the repository at this point in the history
  • Loading branch information
nahidhk committed May 10, 2024
1 parent 5ae1bf4 commit 545ab5b
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 199 deletions.
2 changes: 1 addition & 1 deletion card.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
--marquee-height: 16vh;
--marquee-elements-displayed: 3;
}
.marquee:before, .marquee:after { width: 5rem; }
.marquee:before, .marquee:after { width: 100%; }


.pricing-card {
Expand Down
11 changes: 1 addition & 10 deletions one.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,7 @@


/* foter */
.foter{
background-image: url("https://tinter.uxie.io/images/3cdebb29dd1c4584b5743b50af6eda6a-mountain.webp");
background-position: center;
background-repeat: no-repeat;
height: auto;
padding: 20px;
width: 100%;
background-color: black;
color: #fff;
}


/*************footer End*****************/

Expand Down
12 changes: 11 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,17 @@ border-radius: 11px;
font-size: 38px;
}


.foter{
background-image: url("https://tinter.uxie.io/images/3cdebb29dd1c4584b5743b50af6eda6a-mountain.webp");
background-position: center;
background-repeat: no-repeat;
height: auto;
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
background-color: black;
color: #fff;
}



Expand Down
5 changes: 5 additions & 0 deletions user/buy.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.body{
background-image: url("https://e0.pxfuel.com/wallpapers/503/728/desktop-wallpaper-leaves-plant-bw-chb.jpg");
background-size: cover;
background-repeat: no-repeat;
}
.btn-box{
height: 50px;
width: 300px;
Expand Down
Loading

0 comments on commit 545ab5b

Please sign in to comment.