diff --git a/signup_form/css/style.css b/signup_form/css/style.css index 68f061b..aab9256 100644 --- a/signup_form/css/style.css +++ b/signup_form/css/style.css @@ -7,6 +7,12 @@ margin: 0; } +/* .sidebar { + position: relative; +} */ + + + .form { width: 60vw; } @@ -72,9 +78,23 @@ background-repeat: no-repeat; height: 100%; } + .logo { + position: relative; + background-color: rgb(22, 72, 99, 0.7); + top: 35vh; + height: 400px; + display: flex; + align-items: center; + justify-content: center; + } + + .logo img { + height: 14vh; + } } body { margin: 0; padding: 0; + font-family: 'Montserrat', sans-serif; } diff --git a/signup_form/index.html b/signup_form/index.html index dd4fd36..fca54f5 100644 --- a/signup_form/index.html +++ b/signup_form/index.html @@ -5,18 +5,22 @@ Join Our Awesome Mailing list! + + +

Join our mailing list!

-
+
@@ -34,7 +38,7 @@
-
+
diff --git a/signup_form/static/logo.png b/signup_form/static/logo.png new file mode 100644 index 0000000..5bded5c Binary files /dev/null and b/signup_form/static/logo.png differ