react-docker-optimization/src/App.css
hadestructhor eb0d43e589
All checks were successful
ci/woodpecker/manual/workflow Pipeline was successful
feat: RsPack Bun Dockerfile
2025-01-05 18:06:10 +01:00

26 lines
441 B
CSS

body {
margin: 0;
color: #fff;
font-family: Inter, Avenir, Helvetica, Arial, sans-serif;
background-image: linear-gradient(to bottom, #020917, #101725);
}
.content {
display: flex;
min-height: 100vh;
line-height: 1.1;
text-align: center;
flex-direction: column;
justify-content: center;
}
.content h1 {
font-size: 3.6rem;
font-weight: 700;
}
.content p {
font-size: 1.2rem;
font-weight: 400;
opacity: 0.5;
}