You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
642 B
31 lines
642 B
.modal_card{
|
|
height: 533px;
|
|
width: 900px;
|
|
|
|
.body_left{
|
|
margin: 0 auto;
|
|
float: left;
|
|
position: static;
|
|
display: flex;
|
|
justify-content: center; /*Центрирование по горизонтали*/
|
|
align-items: center; /*Центрирование по вертикали */
|
|
width: 400px;
|
|
}
|
|
|
|
.body_right{
|
|
background: #F7F7F7;
|
|
width: 450px;
|
|
display: table;
|
|
float: left;
|
|
position: static;
|
|
}
|
|
|
|
.header{
|
|
height: 450px;
|
|
}
|
|
|
|
.position_product{
|
|
padding-top: 100px;
|
|
margin: 0 auto;
|
|
}
|
|
} |