Systems.Page/css/foot.css
2023-10-31 15:16:49 +13:00

14 lines
173 B
CSS

.footer {
display: block;
font-weight: bold;
background-color: lightblue;
text-align: center;
width:100%;
}
.footer span {
padding-left: 5px;
padding-right: 5px;
}