crowsite/crow_test/static/css/home.css

23 lines
320 B
CSS

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;
}