source: ReserveNGo-frontend/src/components/Project/Footer_.vue@ 34aa6cc

Last change on this file since 34aa6cc was f9ef3e8, checked in by Ljubomir Ilievski <ilievski.ljubomir@…>, 3 months ago

Ready to begin with connection with backend

  • Property mode set to 100644
File size: 313 bytes
Line 
1<script setup>
2
3</script>
4
5<template>
6
7 <div id="container" class="border">
8 <footer>
9 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Itaque, voluptatibus?
10 </footer>
11 </div>
12
13
14</template>
15
16<style scoped>
17
18#container{
19 height: 20vh;
20 background: #8377D1;
21}
22
23footer{
24
25}
26
27</style>
Note: See TracBrowser for help on using the repository browser.