Skip to content
Snippets Groups Projects
Commit 203be8f8 authored by Bilel El Yaagoubi's avatar Bilel El Yaagoubi
Browse files

Merge branch 'suite-front' into 'master'

add footer

See merge request !11
parents ad660859 b2740584
No related branches found
No related tags found
1 merge request!11add footer
Pipeline #42556 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