:변화의 시대/styles.css

WARSAW (토론 | 기여)님의 2023년 7월 19일 (수) 13:31 판 (새 문서: →‎배너: .banner { background:#00F1BA; color: #252525; padding: 20px; font-size: 9pt; text-align: center; width: 100%; } →‎문구: .text { text-a...)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)
/* 배너 */
 .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) {
	.theme {
     text-align: center; 
     margin-top: 1px;
     margin-bottom: -5px; 
     font-size: 7.5pt;
     letter-spacing: -0.5px;
     color: #191919;
     font-family: SUITE;
}
}