Dopedenan frontpage
parent
9aeafb2222
commit
74d5920e2d
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue