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