10 lines
234 B
HTML
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>
|