Newer
Older
escapegame-2022 / Komatsu / style.css
* {
    margin: 0;
    padding: 0;
}

.doa{background-image: url(ドア部屋.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.mozi{background-image: url(見えるもの.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.mozi p{color: blue;

}
.e{background-image: url(qr部屋.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.siro{background-image: url(白部屋.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.mark{background-image: url(いす部屋.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.target {
    position: absolute;
    width: 1600px;
    height: 1000px;
    font-size: 500%;
    background-color: rgba(0, 238, 32, 0.425);
    display: hidden;
    /*z-index: 1;*/
}

.target>img {
    float: left;
    display: block;
    width: 32%;
    padding: 4% 0 4% 4%;
}

.target>div {
    margin-left: 36%;
    width: 52%;
    padding: 4%;
}

.target>.detail {
    padding: 3% 0;
    text-align: center;
    width: 92%;
    color: #fff;
    background-color: rgba(1, 1, 1, 0.6);
    margin: 4%;
}