From 8befc72f096f79ac2a2387cca23d7ea4fa7a6fcc Mon Sep 17 00:00:00 2001 From: Roberto Date: Sun, 28 Apr 2024 12:17:05 -0600 Subject: [PATCH] version login inicial --- healthmanager/index.html | 4 +- healthmanager/public/logohm (1).svg | 152 ++++++++++++++++++++++++++++ healthmanager/src/Login.css | 8 +- healthmanager/src/Principal.css | 0 healthmanager/src/Principal.jsx | 0 5 files changed, 161 insertions(+), 3 deletions(-) create mode 100644 healthmanager/public/logohm (1).svg create mode 100644 healthmanager/src/Principal.css create mode 100644 healthmanager/src/Principal.jsx diff --git a/healthmanager/index.html b/healthmanager/index.html index 0c589ec..64c93b6 100644 --- a/healthmanager/index.html +++ b/healthmanager/index.html @@ -2,9 +2,9 @@ - + - Vite + React + Health Manager
diff --git a/healthmanager/public/logohm (1).svg b/healthmanager/public/logohm (1).svg new file mode 100644 index 0000000..2df4712 --- /dev/null +++ b/healthmanager/public/logohm (1).svg @@ -0,0 +1,152 @@ + + + + +Created by potrace 1.16, written by Peter Selinger 2001-2019 + + + + + + + + + diff --git a/healthmanager/src/Login.css b/healthmanager/src/Login.css index 943b639..8ae9797 100644 --- a/healthmanager/src/Login.css +++ b/healthmanager/src/Login.css @@ -1,5 +1,8 @@ body{ background-image: url("https://www.meditips.com/wp-content/uploads/2017/07/AdobeStock_103968342-scaled-uai-1032x688.jpeg"); + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; } h1 { text-align: center; @@ -28,5 +31,8 @@ form { font-family:Arial, Helvetica, sans-serif; width: 400px; margin: 0 auto; - border-radius: 10%; + padding-top: 20px; + height: 400px; + border-radius: 10px; + background-color: whitesmoke; } diff --git a/healthmanager/src/Principal.css b/healthmanager/src/Principal.css new file mode 100644 index 0000000..e69de29 diff --git a/healthmanager/src/Principal.jsx b/healthmanager/src/Principal.jsx new file mode 100644 index 0000000..e69de29