Skip to content
Snippets Groups Projects
Commit b2740584 authored by Juliette Kalflèche's avatar Juliette Kalflèche
Browse files

add footer

parent ff588cdc
No related branches found
No related tags found
1 merge request!11add footer
Pipeline #42553 passed
<template>
<div class="footer">
<h4>Footer</h4>
<h5 >🍪 Ce site n'utilise pas de cookies mais il les mange 🍪</h5>
</div>
</template>
......@@ -13,6 +13,9 @@ export default {
<style>
.footer {
text-align: center;
background-color: #FF68AD;
display: flex;
background-color: #912F56;
color: white;
justify-content: center;
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment