minix-template
Version:
minix template
39 lines (37 loc) • 634 B
CSS
.main-container {
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: flex-start;
background-color: gold;
}
.api-container {
flex-direction: column;
width: 100%;
}
.title {
font-size: 13px;
margin-top: 30px;
margin-left: 20px;
color: black;
}
.circleall {
width: 100%;
flex-direction: row;
justify-content: space-between;
padding-left: 1%;
padding-right: 1%;
}
.button {
margin-top: 15px;
width: 41%;
height: 45px;
text-align: center;
font-size: 14px;
border-radius: 10px;
background-color: #317aff;
}
.text-div {
align-items: center;
justify-content: center;
}