diff --git a/index.html b/index.html new file mode 100644 index 0000000..604c740 --- /dev/null +++ b/index.html @@ -0,0 +1,110 @@ + + + + + + Payment Form + + + + + +
+
+
+ Payment form example +
+ +
+ +
+
+
+ + +
+
+ + +
+
+ +
+ $ + +
+
+
+ +
+
+ + +
+
+ + +
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+
+ +
+
+ + + + + + + + + + + +
+
+
+
+
+ + +
+
+
+
+ +
+ +
+
+ + + + diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..daea661 --- /dev/null +++ b/styles.css @@ -0,0 +1,17 @@ +body { + background-color: #f8f9fa; +} + +.card { + max-width: 750px; + margin: auto; +} + +.input-group-text { + background-color: #e9ecef; +} + +.bg-custom { + background-color: #6d757e; + color: white; +} \ No newline at end of file