diff --git a/forum.php b/forum.php new file mode 100644 index 0000000..355d79a --- /dev/null +++ b/forum.php @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + Fabrika Hrádek Tour + + + +
+
+ A +
+
+ + diff --git a/res/forum/style.css b/res/forum/style.css new file mode 100644 index 0000000..90581f0 --- /dev/null +++ b/res/forum/style.css @@ -0,0 +1,24 @@ +body +{ + display: flex; + justify-content: center; +} + +#main_panel +{ + position: absolute; + width: 130vh; + height: 95vh; + background: #6F7270; + border: 1px solid #3E392F; + + margin-top: 1.5vh; +} + +#side_panel +{ + border-right: 1px solid #3E392F; + + height: 100%; + width: fit-content; +} \ No newline at end of file