From c4e5cfc58c4848de589d14730845c918d018fd7a Mon Sep 17 00:00:00 2001 From: juanpass <34844456+juanpass@users.noreply.github.com> Date: Wed, 29 Jan 2025 03:38:26 +0000 Subject: [PATCH] Formulario con Bootstrap --- index.html | 110 +++++++++++++++++++++++++++++++++++++++++++++++++++++ styles.css | 17 +++++++++ 2 files changed, 127 insertions(+) create mode 100644 index.html create mode 100644 styles.css 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