11 lines
168 B
Vue
11 lines
168 B
Vue
<template>
|
|
<button class="btn">Demander la création d'un projet</button>
|
|
</template>
|
|
|
|
<style scoped>
|
|
button {
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
</style>
|