Submitted solutions for "Broken World"

Hassan Alizadeh

.box:before, .box:after {
        content: 'Hello World';
}

.box:before {
    width: 100%;
    height: 13px;
    background: #fff;
    border-bottom: 3px solid #fff;
    text-align: center;
    overflow: hidden;
}

.box:after {
    position: absolute;
    transform: translate(2px,8px);
    z-index: -1;
}