html {padding: 0;
}
body {
margin: 0;
padding: 20px;
}
.scene {
position: absolute;
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: absolute;
width: 50px;
height: 10px;
}
.h1 {
left: 20px;
top:190px;
}
.v1 {
left:20px;
top:170px;
}
.v2 {
left:60px;
top:170px;
}
.h2 {
left:80px;
top:170px;
}
.v3 {
left:100px;
top:170px;
}
.v4 {
left:140px;
top:170px;
}
.v5 {
left:180px;
top:170px;
}
.h3 {
width: 40px;
}
/* вертикальные элементы /
.v {
position: absolute;
width: 10px;
height: 50px;
}
.h3 {
left:200px;
top:210px;
}
.v6 {
left:200px;
top:170px;
}
/ уголки */
.corner-top {
border: 15px solid white;
border-top-width: 20px;
border-bottom-width: 0;
border-top-color: transparent;
background: none;
position: absolute;
left:150px;
top:170px;
}
.corner-bottom {
border: 15px solid transparent;
border-top-width: 20px;
border-bottom-width: 0;
border-top-color: white;
background: none;
position: absolute;
left:150px;
top:190px;
}
/* лого */
.logo {
position: absolute;
left:85px;
top:80px;
width: 64px;
height: 64px;
background: url(’/assets/course10/logo.png’);
}