diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
| commit | 5582d242d03692a7e1b2c631e1b4ff3f52e8b72c (patch) | |
| tree | c1e0242053a46d7b4145111a78a3e86e3cfd2f0d /Static/Css/footer.css | |
| parent | b637d625216e50602d0bde8a544c281ca00af5fa (diff) | |
Révision complète du css et modification du js principalement
Diffstat (limited to 'Static/Css/footer.css')
| -rw-r--r-- | Static/Css/footer.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Static/Css/footer.css b/Static/Css/footer.css new file mode 100644 index 0000000..b806b47 --- /dev/null +++ b/Static/Css/footer.css @@ -0,0 +1,11 @@ + +/* FOOTER */ +footer { + min-height: 10vh; + display: flex; + flex-direction: column; + text-align: center; + font-size: var(--fontSizeSmall); + color: var(--footerTextColor); + background-color: var(--footerBgColor); +} |
