crowsite/crow_test/static/css/home.css

23 lines
320 B
CSS
Raw Normal View History

2023-07-22 20:54:15 -04:00
div.center {
display: flex;
justify-content: center;
}
div.body {
width: 40%;
min-height: 200px;
background-color: white;
border: 3px solid;
border-color: #000033;
border-radius: 8px;
padding: 10px;
}
div.titlebar {
display: inline-flex;
}
body {
background-color: gray;
}