Added a menu for smaller screens (still not finished tho). Also, more

fixes.
This commit is contained in:
eline
2023-05-06 23:04:59 +02:00
parent eaac7bdd73
commit c6574fb93d
14 changed files with 287 additions and 18 deletions

View File

@@ -19,7 +19,7 @@
<a class="account" href="/pages/account.html">Nalog</a>
</span>
</header>
<div class="main">
<div id="main">
<h1>Servisi</h1>
<table>
<tr>
@@ -65,6 +65,14 @@
<img id="mesh" src="/img/mesh-light.svg">
</div>
<footer>
<div id="sections-menu">
<a href="/pages/events.html">Dogadjaji</a>
<a href="/pages/projects.html">Projekti</a>
<a href="/pages/blog.html">Blog</a>
<a href="/pages/services.html">Servisi</a>
<a href="/pages/contact.html">Kontakt</a>
</div>
<button id="sections-button" opened="false"><img src="/img/strelica-closed-light.svg" alt="OpenMenu"></button>
<span class="sections">
<a href="/pages/events.html">Dogadjaji</a>
<a href="/pages/projects.html">Projekti</a>