Files
nutty-tools/twitch-uptime-widget/style.css
T
2025-03-23 22:04:07 +11:00

16 lines
308 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;
}