From bf1216aa665b78189ff534298551695112beaec2 Mon Sep 17 00:00:00 2001 From: MartaMartinez Date: Tue, 31 Jan 2023 21:42:04 +0100 Subject: [PATCH] archivos subidos --- index.html | 37 +++++++++++++++++++++++++++++++++++++ style.css | 26 ++++++++++++++++++++++++++ 2 files changed, 63 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..e1d2175 --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ + + + + + + + Document + + + + +
+
+ +
+ +
+
+ +
+ +
+
+ +
+ +
+
+ + +
+ + +
+ + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..aa40f03 --- /dev/null +++ b/style.css @@ -0,0 +1,26 @@ +body { + padding: 0; + margin: 0; + padding-top: 100px; + width: 100vw; + background-color: rgb(25, 33, 41); +} + +form { + margin: auto; + border: 3px solid rgb(67, 167, 230); + color: rgb(255, 255, 255); + width: 250px; + padding: 20px; +} + +form button { + background-color: rgb(67, 167, 230); + color: rgb(255, 255, 255); + border-style: none; + border-radius: 5px; +} + +.fullWidth { + width: 100%; +} \ No newline at end of file