diff options
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); +} |
