{% block content %}{% endblock %}
-
+
diff --git a/app/templates/top/dashboard.jinja b/app/templates/top/dashboard.jinja
index b303e72..2f74e1e 100644
--- a/app/templates/top/dashboard.jinja
+++ b/app/templates/top/dashboard.jinja
@@ -3,5 +3,13 @@
{% block title %}Dashboard{% endblock %}
{% block content %}
- Welcome to the Muspah dashboard!
+
+
{% endblock %}
diff --git a/static/css/zaros.css b/static/css/zaros.css
new file mode 100644
index 0000000..77505a0
--- /dev/null
+++ b/static/css/zaros.css
@@ -0,0 +1,13 @@
+body{
+ background: #eee;
+}
+
+.container.fluid{
+ width: 100%;
+ max-width: 100%;
+}
+
+#main-wrapper{
+ background: white;
+ border-radius: 8px;
+}
+
+
+
+
+ Muspah
+Welcome to the Muspah dashboard!
+