orcaslicer/resources/web/orca/css/home.css

18 lines
345 B
CSS
Raw Normal View History

body
{
2023-04-27 10:10:56 +00:00
background-color:#eeeeee;
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.container {
2023-04-27 10:10:56 +00:00
text-align: center;
padding: 30px;
border-radius: 10px;
background-color: #ffffff;
box-shadow: 0 4px 6px rgba(39, 39, 39, 0.1);
}