.cont1{
width: 100%;
height: auto;
margin: 0 auto;
margin-top:7%;
padding: 1%;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.099), rgb(255, 255, 255));
border-radius: 7px;
display:flex;
flex-direction: row;
justify-content:space-evenly;
z-index: 1;
}
.cont22,
.cont33{
height: 200px;
width:300px;
padding: 20px;
width:30%;
display:inline-flex;
flex-direction: row;
justify-content:space-evenly;
}
.cont2,
.cont3{
height: 200px;
width: 300px;
padding: 20px;
display:inline-flex;
flex-direction: row;
background-color: blueviolet;
justify-content: right;
}
.cont44{
width: 10%;
height: 100%;
display:inline-flex;
justify-content:space-evenly;
}
.cont4{
width: 10%;
height: 100%;
display:inline-flex;
justify-content:space-evenly;
}
.cont5{
width:100%;
margin-top:-14%;
display:flex;
flex-direction: row;
align-items: center;
justify-content:space-evenly;
z-index: 2;
}
#b_open{
height: 30px;
cursor: pointer;
background-color: red;
color: black;
}
#b_close{
height: 30px;
border: none;
background-color: black;
color: white;
cursor: pointer;
} |