monorepo/website/css/index.css
2025-01-10 15:33:32 +00:00

17 lines
181 B
CSS

body {
margin: 0;
}
div {
position: absolute;
height: 100%;
width: 100%;
}
.title {
display: flex;
align-items: center;
justify-content: center;
font-size: 3em;
}