From d0ca6528454027aac09f2782a198c0afdb5988a0 Mon Sep 17 00:00:00 2001 From: Mike Smith <89040888+smiggiddy@users.noreply.github.com> Date: Wed, 1 Nov 2023 15:00:51 -0400 Subject: [PATCH] feat: add html skeleton --- signup_form/css/style.css | 6 ++++++ signup_form/index.html | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) diff --git a/signup_form/css/style.css b/signup_form/css/style.css index e69de29..a326d5a 100644 --- a/signup_form/css/style.css +++ b/signup_form/css/style.css @@ -0,0 +1,6 @@ +.container { + justify-content: center; + display: flex; + flex-direction: column; + align-content: center; +} \ No newline at end of file diff --git a/signup_form/index.html b/signup_form/index.html index e69de29..5a9cfad 100644 --- a/signup_form/index.html +++ b/signup_form/index.html @@ -0,0 +1,37 @@ + + + + + Join our Awesome Mailing list! + + + + + + +
+ +
+

Join our mailing list!

+
+
+ + + + + + + + + +
+ +
+
+
+ + +