aboutsummaryrefslogtreecommitdiff
path: root/styles/Home.module.css
blob: 26e429d06eceaa755555186370ef1e97b11daebf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.centre {
    text-align: center;
}

.footer {
    text-align: center;
    background-color: rgb(58, 58, 58);
    color: #ffffff;
    padding:5px;
    margin-top:20px;
    
}