summaryrefslogtreecommitdiff
path: root/css/footer.css
blob: a252be8f1cc5d4dd5fff4c9d49d625b7a88c47c4 (plain)
1
2
3
4
5
6
7
8
9
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;
}