diff options
Diffstat (limited to 'css/footer.css')
| -rw-r--r-- | css/footer.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/css/footer.css b/css/footer.css new file mode 100644 index 0000000..a252be8 --- /dev/null +++ b/css/footer.css @@ -0,0 +1,10 @@ +.footer { + height: 35px; + padding: 5px; + background-color: #CADCEB; + display: flex; + align-items: center; + justify-content: center; + border-radius: 0 0 9px 9px; + border-top: 1px solid #98A5B0; +} |
