Newer
Older
object-fit: cover;
display: block;
overflow: hidden;
border: solid 1px rgb(139, 139, 139);
box-shadow: 0 2px 10px 0 rgba(107, 107, 107, 0.774);
}
.profile {
width: 100vw;
min-height: 30vh;
margin-top: 100px;
margin-left: 20px;
color: rgb(107, 107, 107);
display: flex;
.profile2 {
width: 100vw;
min-height: 10vh;
margin-top: 20px;
margin-left: 20px;
color: rgb(107, 107, 107);
display: flex;
flex-direction: column;
display: flex;
align-items: center;
padding: 10px;
box-shadow: 0 2px 10px 0 rgba(107, 107, 107, 0.774);
.info_container{
display: flex;
height: 30vh;
}
.info_slot{
margin-left: 200px;
width: 500px;
height: 300px;
text-align: center;
display: flex;
flex-direction: column;
justify-content: end;
box-sizing: border-box;
padding: 80px;
border: solid 1px rgb(173, 173, 173);
box-shadow: 0 2px 10px 0 rgba(107, 107, 107, 0.774);
border-radius: 5px;
}
.your{
text-align: center;
width: 100vw;
height: 5vh;
margin-top: 100px;
color: rgb(107, 107, 107);