txtdot/static/index.css

23 lines
261 B
CSS
Raw Normal View History

main {
display: flex;
flex-direction: column;
align-items: center;
2023-08-21 17:36:05 +03:00
text-align: center;
}
2023-08-16 14:22:01 +03:00
h1 {
width: fit-content;
margin: auto;
}
2023-08-21 16:02:52 +03:00
h1 > .dot {
color: var(--accent);
2023-08-16 14:22:01 +03:00
}
2023-08-21 16:02:52 +03:00
h1 > .dot-err {
color: var(--error);
}
.menu {
justify-content: center;
}