From fd6450396941cf6817cb40c54e1d44fd661f0010 Mon Sep 17 00:00:00 2001 From: Lucas Conti Date: Sun, 7 Apr 2024 17:33:21 -0300 Subject: [PATCH] =?UTF-8?q?actualizaci=C3=B3n=20registro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/registro.css | 55 +++++++++++++++++++++++++ login.html | 27 +------------ registro.html | 103 +++++++++++++++++++++++++++++++++++++++++++++++ show_data.html | 66 ++++++++++++++++++++++++++++++ 4 files changed, 226 insertions(+), 25 deletions(-) create mode 100644 css/registro.css create mode 100644 registro.html create mode 100644 show_data.html diff --git a/css/registro.css b/css/registro.css new file mode 100644 index 0000000..406eb61 --- /dev/null +++ b/css/registro.css @@ -0,0 +1,55 @@ +/* body{ + margin: auto; + background-color: #f5f5f5; + font-family: Montserrat extrabold, sans-serif; + display: grid; + place-items: center; +} */ +form{ + display: grid; + align-items: center; +} +/* h2{ + text-align: center; + text-decoration: none; +} */ + +.form-text-title{ + font-family: Montserrat extrabold, sans-serif; + font-size:large; + text-transform: uppercase; +} + +.form-text { + font-family: Montserrat extrabold, sans-serif; + font-size:small; + text-transform: uppercase; +} + +.form-text-p { + font-family: Montserrat semibold, sans-serif; + font-size:xx-small; + text-transform: uppercase; +} + +/* .form_card{ + margin-top: 20px; + padding: 20px; + justify-content: center; + width: 350px; + height: 400px; + border-color: black; + border-width: 5px; + border-style: solid; + border-radius: 20px; +} */ +.btn-info { + font-family: Montserrat extrabold, sans-serif; + font-size: small; + text-transform: uppercase; + border-radius: 4px; +} +/* #btn-suscribe{ + background-color: #DC3545; + color: whitesmoke; +} */ \ No newline at end of file diff --git a/login.html b/login.html index e16c606..d508955 100644 --- a/login.html +++ b/login.html @@ -24,30 +24,7 @@
- +
@@ -58,7 +35,7 @@