diff --git a/front/static/css/signup.css b/front/static/css/signup.css
new file mode 100644
index 0000000..e887d49
--- /dev/null
+++ b/front/static/css/signup.css
@@ -0,0 +1,13 @@
+.signup
+{
+ height: 200px;
+ width: 400px;
+ position: fixed;
+ left: 50%;
+ margin-left: -150px;
+ width:60%;
+}
+.border
+{
+ border-color:black;
+}
\ No newline at end of file
diff --git a/front/static/dashboard.html b/front/static/dashboard.html
index a8b588e..c25f1dc 100644
--- a/front/static/dashboard.html
+++ b/front/static/dashboard.html
@@ -53,6 +53,6 @@
-
+