2015-01-11 13:42:00 -05:00

29 lines
394 B
CSS

.center-box {
background-color: #F7F7FF;
border-radius:15px;
margin-left:auto;
margin-right:auto;
margin-top:15%;
height:auto;
max-width:60%;
box-shadow: 0px 5px 10px #222222;
padding-bottom:0;
padding-top:0;
overflow-y: auto;
margin-bottom: 25%;
}
.title {
display: inline;
min-width: 50%;
}
.titleword {
text-align: center;
margin-top: 0;
}
.row {
height: 10%;
display: flex;
}