Dopedenan frontpage

pull/26/head
Jurij Podgoršek 2024-01-06 19:58:08 +01:00
parent 9aeafb2222
commit 74d5920e2d
2 changed files with 31 additions and 8 deletions

View File

@ -6,27 +6,42 @@
<li><NuxtLink to="https://yugofuturism.kompot.si/user" target="_blank">admin</NuxtLink></li>
</ul>
<img src="/images/zvezda.png">
<h1> {{ head }} </h1>
<h1>JUGOFUTURIZEM</h1>
</section>
</template>
<style scoped>
.glava {
.glava {
height: 100vh;
width: 100%;
}
display: flex;
justify-content: center;
align-items: center;
}
img {
h1 {
font-family:
}
img {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: -1;
}
}
.meni {
.meni {
position: absolute;
top: 0;
left: 0;
width: 100%;
display: flex;
margin: 0;
width: 100%;
justify-content: space-between;
}
.meni a {
display: block;
text-decoration: none;
@ -50,4 +65,4 @@ ul {
}
}
</style>
</style>

View File

@ -28,6 +28,14 @@ await store.naloziStrani()
margin: .2rem 0 1rem 0;
}
.stran {
position: relative;
background: var(--bela);
margin: 2rem;
border-radius: 3rem;
padding: 2rem;
}
form {
display: flex;
flex-direction: column;