mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
22 lines
326 B
CSS
22 lines
326 B
CSS
.button {
|
|
background-color: #9999ff;
|
|
border: none;
|
|
color: white;
|
|
padding: 15px 32px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
display: inline-block;
|
|
font-size: 16px;
|
|
margin: 5px;
|
|
}
|
|
|
|
.motdHeader {
|
|
text-align: center;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.motd {
|
|
text-align: center;
|
|
font-size: 20px;
|
|
margin: 5px;
|
|
}
|