diff --git a/assets/style.css b/assets/style.css
index 3f4ad3c..9cdc376 100644
--- a/assets/style.css
+++ b/assets/style.css
@@ -207,4 +207,17 @@ header ul li {
.feature-list-ul ul {
margin-top: 5px;
margin-left: 20px;
-}
\ No newline at end of file
+}
+
+/* */
+/* ZAČÍNAJ VŠETKO S ".dashboard" */
+
+
+.dashboard {
+ width: 100%;
+ height: 100%;
+ text-align: center;
+}
+
+
+/* */
\ No newline at end of file
diff --git a/templates/dashboard.html b/templates/dashboard.html
new file mode 100644
index 0000000..80b1e75
--- /dev/null
+++ b/templates/dashboard.html
@@ -0,0 +1,19 @@
+
+
+
+
+
+
\ No newline at end of file