mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 03:07:36 +02:00
17 lines
278 B
CSS
17 lines
278 B
CSS
.descrip {
|
|
color: #acabab;
|
|
font-weight: bold;
|
|
padding-top: 4%;
|
|
padding-bottom: 4%;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.tokenContainer {
|
|
font-family: 'Courier New', Courier, monospace;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
color: white;
|
|
padding: 20px;
|
|
font-weight: bold;
|
|
}
|