File tree Expand file tree Collapse file tree 8 files changed +14
-11
lines changed Expand file tree Collapse file tree 8 files changed +14
-11
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,6 @@ Check out [Bootstrap Number Inputs Documentation](https://mdbootstrap.com/docs/s
39
39
[ Bootstrap Number inputs precision:
40
40
![ Bootstrap 5 Number Inputs] ( /assets/precision.png )] ( https://mdbootstrap.com/docs/standard/extended/number-inputs/#section-precision )
41
41
42
- [ Bootstrap Number inputs prefix dollar sign:
43
- ] ( https://mdbootstrap.com/docs/standard/extended/number-inputs/#section-prefix-dollar-sign )
44
-
45
42
[ Bootstrap Number inputs icon:
46
43
![ Bootstrap 5 Number Inputs] ( /assets/icon.png )] ( https://mdbootstrap.com/docs/standard/extended/number-inputs/#subsection-icon )
47
44
Original file line number Diff line number Diff line change 22
22
</ head >
23
23
< body >
24
24
<!-- Start your project here-->
25
-
25
+ < div class =" container d-flex justify-content-center mt-5 " >
26
26
< div class ="form-outline " style ="width: 22rem; ">
27
27
< input value ="50 " type ="number " id ="typeNumber " class ="form-control " />
28
28
< label class ="form-label " for ="typeNumber "> Number input</ label >
29
29
</ div >
30
+ </ div >
30
31
31
32
<!-- End your project here-->
32
33
Original file line number Diff line number Diff line change 22
22
</ head >
23
23
< body >
24
24
<!-- Start your project here-->
25
-
25
+ < div class =" container d-flex justify-content-center mt-5 " >
26
26
< div class ="form-outline " style ="width: 22rem; ">
27
27
< input type ="number " id ="typeNumber " class ="form-control " />
28
28
< label class ="form-label " for ="typeNumber "> Number input</ label >
29
+ </ div >
29
30
</ div >
30
31
31
32
<!-- End your project here-->
Original file line number Diff line number Diff line change 22
22
</ head >
23
23
< body >
24
24
<!-- Start your project here-->
25
-
25
+ < div class =" container d-flex justify-content-center mt-5 " >
26
26
< div class ="form-outline " style ="width: 22rem; ">
27
27
< i class ="fas fa-dollar-sign trailing "> </ i >
28
28
< input type ="number " id ="form1 " class ="form-control form-icon-trailing " />
29
29
< label class ="form-label " for ="form1 "> Enter the amount</ label >
30
+ </ div >
30
31
</ div >
31
32
32
33
<!-- End your project here-->
Original file line number Diff line number Diff line change 22
22
</ head >
23
23
< body >
24
24
<!-- Start your project here-->
25
-
25
+ < div class =" container d-flex justify-content-center mt-5 " >
26
26
< div class ="form-outline " style ="width: 22rem; ">
27
27
< input min ="10 " max ="20 " type ="number " id ="typeNumber " class ="form-control " />
28
28
< label class ="form-label " for ="typeNumber "> Number input</ label >
29
+ </ div >
29
30
</ div >
30
31
31
32
<!-- End your project here-->
Original file line number Diff line number Diff line change 22
22
</ head >
23
23
< body >
24
24
<!-- Start your project here-->
25
-
25
+ < div class =" container d-flex justify-content-center mt-5 " >
26
26
< div class ="form-outline " style ="width: 22rem; ">
27
27
< input type ="tel " id ="typePhone " class ="form-control " />
28
28
< label class ="form-label " for ="typePhone "> Phone number input</ label >
29
+ </ div >
29
30
</ div >
30
31
31
32
<!-- End your project here-->
Original file line number Diff line number Diff line change 22
22
</ head >
23
23
< body >
24
24
<!-- Start your project here-->
25
-
25
+ < div class =" container d-flex justify-content-center mt-5 " >
26
26
< row >
27
27
< div class ="col-lg-12 my-3 ">
28
28
< div class ="form-outline " style ="width: 22rem; ">
37
37
</ div >
38
38
</ div >
39
39
</ row >
40
+ </ div >
40
41
41
42
<!-- End your project here-->
42
43
Original file line number Diff line number Diff line change 22
22
</ head >
23
23
< body >
24
24
<!-- Start your project here-->
25
-
25
+ < div class =" container d-flex justify-content-center mt-5 " >
26
26
< div class ="form-outline " style ="width: 22rem; ">
27
27
< input id ="postfix " value ="$ " type ="text " id ="form2 " class ="form-control " />
28
28
< label class ="form-label " for ="form2 "> Enter the amount</ label >
29
29
</ div >
30
-
30
+ </ div >
31
31
<!-- End your project here-->
32
32
33
33
<!-- MDB -->
You can’t perform that action at this time.
0 commit comments