Подогнал все по пикселю. Потом увидел,что почему то пропал фон в “результате”. Прошу помочь
/* горизонтальные элементы */
.h {
width: 50px;
height: 10px;
}
.h1{
position:relative;
bottom: -150px;
left: 20px;
}
.h2{
position:relative;
bottom: -130px;
left: 25px;
}
.h3{
position:relative;
bottom: -170px;
right: -90px;
}
.h3 {
width: 40px;
}
/* вертикальные элементы */
.v {
width: 10px;
height: 50px;
}
.v1{
position:relative;
bottom: -170px;
left: -135px;
}
.v2{
position:relative;
bottom: -170px;
left: -108px;
}
.v3{
position:relative;
bottom: -170px;
left: -82px;
}
.v4{
position:relative;
bottom: -170px;
left: -57px;
}
.v5{
position:relative;
bottom: -170px;
left: -32px;
}
.v6{
position:relative;
bottom: -170px;
left: -27px;
}
/* уголки */
.corner-top {
border: 15px solid white;
border-top-width: 20px;
border-bottom-width: 0;
border-top-color: transparent;
background: none;
position: relative;
bottom: -70px;
left: 150px;
}
.corner-bottom {
border: 15px solid transparent;
border-top-width: 20px;
border-bottom-width: 0;
border-top-color: white;
background: none;
position: relative;
bottom: -90px;
left: 117px;
}
/* лого */
.logo {
position: relative;
bottom: -25px;
right: -21px;
width: 64px;
height: 64px;
background: url('/assets/course10/logo.png');
}