From 2b44e73b2fbc1719ec8faaad3483548616eadd1f Mon Sep 17 00:00:00 2001 From: Natalia Luzuriaga Date: Tue, 14 Jan 2025 08:28:44 -0800 Subject: [PATCH] Added styling to form Signed-off-by: Natalia Luzuriaga --- css/styles.css | 3 +++ index.html | 1 + 2 files changed, 4 insertions(+) create mode 100644 css/styles.css diff --git a/css/styles.css b/css/styles.css new file mode 100644 index 0000000..4a1055a --- /dev/null +++ b/css/styles.css @@ -0,0 +1,3 @@ +body { + margin: 20px; +} \ No newline at end of file diff --git a/index.html b/index.html index 9fb6b99..5702d28 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@ +