File size: 201 Bytes
f5071ca
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.footer{
    border-top: 1px solid lightgray;
    padding: 20px;
    background-color: #f7f7f7;
    bottom: 0;
    text-align: center;
    
}

.footer > p{
    padding: 5px;
    font-size: 14px;
    
}