Оцените, пожалуйста, качество кода. Испытание: собери слово «вечность» [

    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 {
    width: 50px;
    height: 10px;
}

.h3 {
    width: 40px;
}

/* вертикальные элементы */
.v {
    width: 10px;
    height: 50px;
}

/* уголки */
.corner-top {
    border: 15px solid white;
    border-top-width: 20px;
    border-bottom-width: 0;
    border-top-color: transparent;
    background: none;
    position: relative;
    bottom: -70px;
    right: -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;
    right: -116px;
}

/* лого */
.logo {
    width: 64px;
    height: 64px;
    background: url('/assets/course10/logo.png');
    position: relative;
    bottom: -24px;
    left: 19px;
}
.h{
    position: relative;
}
.h1{
    bottom: -150px;
    left: 20px;
}
.h2{
    bottom: -130px;
    left: 26px;
}
.h3{
    bottom: -170px;
   right: -92px;
}
.v{
    position: relative;
}
.v1{
    bottom: -170px;
    left: -132px;
}
.v2{
     bottom: -170px;
     left: -106px;
}
.v3{
    bottom: -170px;
    left: -79px;
}
.v4{
    bottom: -170px;    
    left: -53px;
}   
.v5{
    bottom: -170px;
    left: -27px;
}
.v6{
    bottom: -170px;
    left: -21px;
}

Объясните, что тут оценивать?

качество написания сss правил