site_kpu/layouts/partials/single-footer-customisation.html
Jean-Marie 'Histausse' Mineau c9c1c9acca
All checks were successful
/ test_checkout (push) Successful in 58s
add footer
2024-03-30 17:32:30 +01:00

10 lines
234 B
HTML

<footer style='
background: linear-gradient(225deg, #00223E 80%, #FFA17F 80%);
text-align: center;
color: white;
bottom: 0;
padding: 1px; // strange stuff here
'>
<p>© Capucine Mineau, tout droits réservés</p>
</footer>