Physique
/* ํ—ค๋” ๋กœ๊ณ  */
#header {
    background-image: url('https://cdn.discordapp.com/attachments/556145244832530433/866410356196769802/20210620_013759.png');
}
 
@media (min-width: 581px) {
    #header {
        background-size: 130px;
        background-position-y: 60px;
    }
 
    #header h1, #header h2 {
        margin-left: 150px;
    }
}
 
@media (max-width: 580px) {
    #header {
        background-size: 110px;
        background-position-y: 70px;
    }
 
    #header h1, #header h2 {
        margin-left: 130px;
    }
}
 
/* ํ—ค๋” ํƒ€์ดํ‹€ */
#header h1 a span,
#header h2 span {
    display: none;
}
 
#header h1 a::after {
    content: "์‚ผ๋Œ€์ฒœ";
}
 
#header h2::after {
    display: block;
    margin: 0;
    padding: 19px 0;
    line-height: 0;
    max-height: 0;
    font-weight: bold;
    color: rgb(240, 240, 192);
    text-shadow: 1px 1px 1px rgb(0, 0, 0, .8);
    content: "์…‹์ด ๋ชจ์—ฌ ์ฒœํ•˜๋ฅผ ๋“ ๋‹ค";
}
Site-2021K | Contact | License | Made with โค๏ธ in Seoul