File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -426,10 +426,19 @@ <h3>SUBSCRIBE</h3>
426426 < input class ="inputname " type ="text " placeholder =""/>
427427 < label > Expiry date</ label >
428428 < input class ="expire " type ="text " placeholder ="MM / YYYY "/>
429+ < div class ="row ">
430+ < div class ="col-md-7 ">
429431 < label > Security Number</ label >
430432 < input class ="ccv " type ="text " placeholder ="CVC " maxlength ="3 "
431433 onkeypress ='return event.charCode >= 48 && event.charCode <= 57 '/>
432- < button class ="buy "> < i class ="material-icons "> lock</ i > Pay 10.00 $</ button >
434+ </ div >
435+ < div class ="col-md-5 ">
436+ < label id ="stick-left "> Amount($)</ label >
437+ < input class ="amount " type ="text " maxlength ="8 "
438+ onkeypress ='return event.charCode >= 48 && event.charCode <= 57 '/>
439+ </ div >
440+ </ div >
441+ < button class ="buy "> < i class ="material-icons "> lock</ i > Pay </ button >
433442 </ div >
434443 </ div >
435444 <!--POPUP END-->
You can’t perform that action at this time.
0 commit comments