site/fluxwidget/style.css

32 lines
515 B
CSS
Raw Normal View History

2025-07-08 23:27:27 +00:00
body {
2025-04-24 23:14:06 +00:00
background-color: black;
height: 100%;
margin: 0;
padding: 0;
width: 100%;
}
2025-07-08 23:27:27 +00:00
body > a {
2025-04-24 23:14:06 +00:00
display: block;
2025-07-08 23:27:27 +00:00
height: 100%;
margin-top: 1em;
margin-left: .6em;
}
div {
display: inline-flex;
margin-top: 1em;
margin-left: .6em;
}
div > a {
border-radius: 1.5em;
border: mediumpurple solid;
color: white;
font-family: monospace;
display: inherit;
2025-04-24 23:14:06 +00:00
text-decoration: inherit;
2025-04-24 23:19:05 +00:00
}
2025-07-08 23:27:27 +00:00
div > a * {
font-size: 4em;
height: 1em;
padding: .3em;
}