init
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div class="footer">
|
||||
Footer123
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
*{
|
||||
margin: 20px;
|
||||
padding:0px;
|
||||
}
|
||||
.footer {
|
||||
text-align: center;
|
||||
min-height: 8vh;
|
||||
background-color: green;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user