From d6fbbffb67681aa76b064054623b66caa1521d2f Mon Sep 17 00:00:00 2001 From: Thiago Frank Date: Sun, 14 Jan 2024 11:44:52 -0300 Subject: [PATCH] sds --- index.html | 24 ++++++++++++++++++++++++ style.css | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..40dc5f4 --- /dev/null +++ b/index.html @@ -0,0 +1,24 @@ + + + + + + + Document + + +
+
+ +

LOGIN

+ + + + + + +

Não possui conta? Cadastre-se

+
+
+ + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..a1df45c --- /dev/null +++ b/style.css @@ -0,0 +1,38 @@ +*{ + margin: 0; + padding: 0; +} + +.container{ + display: flex; + justify-content: center; + width: 100%; + height: 100vh; +} + +.formulario{ + display: flex; + flex-direction: column; + margin-top: 8rem; + background-color: beige; + padding: 3.1rem; + width: 18rem; + height: 21rem; + text-align: center; +} + +.formulario-texto{ + color: rgb(0, 0, 0); + margin-bottom: 1.25rem; + +} + +input{ + margin-bottom: 1.25rem; +} + +button{ + margin-bottom: 1.25rem; +} + +p{}