✨ 데네브: 도식 실험실 ✨

Denevola의 샌드박스 포털(초호기) » ✨ 데네브: 도식 실험실 ✨

평가: 0+x
평가: 0+x

링크
래크만
거대한 무언가
div#extra-div-1 {
    z-index: 10;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    top: 48.5px;
    left: 0;
    -webkit-transform: translateX(-18px) scaleY(-1);
    -ms-transform: translateX(-18px) scaleY(-1);
    transform: translateX(-18px) scaleY(-1);
}
 
div#extra-div-1::before {
    content: "";
    width: calc(100vw + -6px);
    height: 270%;
    position: absolute;
    background-repeat: repeat-x;
    background-position: center center;
    background-size: 18px 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}
 
div#extra-div-1::before {
    background-image: url('https://scpkrsandbox.wdfiles.com/local--files/collab%3Ascheme/rack.png');
    -webkit-animation: line 1s linear infinite;
    animation: line 1s linear infinite;
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s;
    animation-direction: reverse;
}

empty