html {
padding: 0;
}
body {
margin: 0;
padding: 20px;
}
.scene {
position: relative;
width: 260px;
height: 260px;
background: none;
box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
}
div {
display: inline-block;
background: white;
}
/* горизонтальные элементы */
.h {position:relative;top:120px;
width:50px;
height: 10px;
}
.h1{width:40px;right:-200px;top:170px}
.h2{width:50px;right:-36px;top:130px;}
.h3 {
width: 40px;top:150px;right:70px;
}
/* вертикальные элементы */
.v {position:relative;top:170px;
width: 10px;
height: 50px;
}
.v1{right:122px;}
.v2{right:96px;}
.v3{right:69px;}
.v4{right:43px;}
.v5{right:17px;}
.v6{right:11px;}
/* уголки */
.corner-top {position:relative;right:75px;top:140px;
border: 15px solid white;
border-top-width: 20px;
border-bottom-width: 0;
border-top-color: transparent;
background: none;
}
.corner-bottom {position:relative;left:150px;top:90px;
border: 15px solid transparent;
border-top-width: 20px;
border-bottom-width: 0;
border-top-color: white;
background: none;
}
/* лого */
.logo {position:relative; top:24px;right:-53px;
width: 64px;
height: 64px;
background: url(’/assets/course10/logo.png’);
}