This commit is contained in:
@@ -20,6 +20,7 @@ $separation: 2px;
|
||||
padding: 8px 24px;
|
||||
color: white;
|
||||
border: 1px solid var(--color-border-color);
|
||||
box-shadow: 8px -8px 0px 0px #151d28;
|
||||
}
|
||||
|
||||
.corner{
|
||||
|
||||
19
frontend/app/components/Footer.vue
Normal file
19
frontend/app/components/Footer.vue
Normal file
@@ -0,0 +1,19 @@
|
||||
<template>
|
||||
<div class="footer">
|
||||
<span>(C) 2026 Aran Roig. All rights whatever.</span>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
.footer {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
margin-top: 60px;
|
||||
}
|
||||
|
||||
span {
|
||||
opacity: 0.4;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
@@ -64,6 +64,5 @@ onMounted(() => {
|
||||
<style lang="scss" scoped>
|
||||
.sprite {
|
||||
position: absolute;
|
||||
z-index: -10;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user