minix-template
Version:
minix template
23 lines (20 loc) • 369 B
CSS
.main-container {
flex-wrap: wrap;
flex-direction: column;
justify-content: flex-start;
background-color: gold;
}
.bridge{
flex-direction: column;
width: 100%;
}
.bridge-header{
font-size: 30px;
margin-top: 30px;
padding-left: 30px;
color: black;
height:80px;
align-items: center;
background-color: rgb(218, 249, 202);
font-weight: 500;
}