website/style.css
2025-02-22 00:52:17 +01:00

13 lines
No EOL
221 B
CSS

.button {
width: 88px;
height: 31px;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
}
#footer {
display: table;
text-align: center;
margin-left: auto;
margin-right: auto;
}