react-docker-optimization/src/App.css

27 lines
441 B
CSS
Raw Normal View History

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