mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 12:10:59 -04:00
25 lines
399 B
CSS
25 lines
399 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#mainContainer {
|
|
text-align: center;
|
|
font-size: 40px;
|
|
text-transform: uppercase;
|
|
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
|
|
|
|
font-weight: 700;
|
|
font-size: 36px;
|
|
text-shadow: rgb(0, 0, 0) 2px 2px 2px;
|
|
color: white;
|
|
}
|
|
|
|
.metricContainer {
|
|
padding: 0px 10px;
|
|
}
|
|
|
|
.icon {
|
|
font-size: 44px;
|
|
padding: 0px 10px;
|
|
} |