:변화의 시대/styles.css

WARSAW (토론 | 기여)님의 2023년 7월 19일 (수) 13:35 판
/* 배너 */
 .banner {
    background: #00F1BA;
    color: #252525;
    padding: 20px;
    font-size: 9pt;
    text-align: center;
    width: 100%;
}

/* 문구 */
 .text {
    text-align: center;
    background: white;
    color: #252525;
    margin-top: -5px;
    margin-bottom: 10px;
    font-size: 9pt;
}

@media screen and (max-width: 768px) {
 .banner {
    background: #00F1BA;
    color: #252525;
    padding: 20px;
    font-size: 8pt;
    text-align: center;
    width: 100%;
}

 .text {
    text-align: center;
    background: white;
    color: #252525;
    margin-top: -3px;
    margin-bottom: 10px;
    font-size: 8.5pt;
    letter-spacing: -0.3px;
}
}