틀:변화의 시대/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
15번째 줄: 15번째 줄:
     color: #252525;
     color: #252525;
     margin-top: -5px;
     margin-top: -5px;
     margin-bottom: 10px;
     margin-bottom: 5px;
     font-size: 9pt;
     font-size: 9pt;
}
}
34번째 줄: 34번째 줄:
     color: #252525;
     color: #252525;
     margin-top: -3px;
     margin-top: -3px;
     margin-bottom: 10px;
     margin-bottom: 5px;
     font-size: 8.7pt;
     font-size: 8.7pt;
     letter-spacing: -0.3px;
     letter-spacing: -0.3px;
}
}
}
}

2023년 7월 19일 (수) 13:36 판

/* 배너 */
 .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: 5px;
    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: 5px;
    font-size: 8.7pt;
    letter-spacing: -0.3px;
}
}