123456789101112131415161718192021222324252627282930313233 |
- .footer{
- position: absolute;
- bottom: 0;
- width: 100%;
- background-color: #f5f5f5;
- position: absolute;
- left: 0;
- bottom: 0;
- height: 80px;
- width: 100%;
- }
- .footer p{
- text-align: center;
- margin-bottom: 0 !important;
- }
- .table th, td{
- text-align: center;
- }
- body{
- padding-top: 50px;
- padding-bottom: 90px;
-
|