Skip to content

Commit

Permalink
font changed & clear codes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuhin Kanti Pal committed Sep 14, 2020
1 parent 4034a49 commit 5d7908b
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions pay/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ body {
margin-right: auto;
margin-top: 10px;
width: 340px;
height: 645px;
background: #000000;
border-radius: 10px;
}
Expand Down Expand Up @@ -82,33 +81,23 @@ body {
font-weight: bold;
text-align: center;
transform: translate(0px, -22px);
padding-top: 0px;
padding-right: 0px;
padding-bottom: 15px;
padding-left: 0px;
}

.payingtext {
color: #ffffff;
font-family: Poppins;
font-size: 20px;
font-family: Krona One;
font-size: 16px;
text-align: center;
padding-top: 2px;
padding-right: 0px;
padding-top: 0px;
font-weight: bold;
padding-bottom: 0px;
padding-left: 0px;
}

.vpatext {
color: #ffffff;
font-family: Poppins;
font-size: 15px;
font-family: Krona One;
font-size: 12px;
text-align: center;
padding-top: 2px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px;
font-weight: bold;
}

Expand Down

0 comments on commit 5d7908b

Please sign in to comment.