틀:연습장:아바투르너마저/1/styles.css: 두 판 사이의 차이

편집 요약 없음
편집 요약 없음
1번째 줄: 1번째 줄:
/* 헤더 배경 색상 및 텍스트 스타일링 */
.liberty-content-header {
.liberty-content-header {
   background-color: #222; /* 어두운 배경 */
   background-color: #222 !important; /* 매우 어두운 배경 색상 */
   color: white; /* 텍스트 색상 흰색 */
   border-bottom: 2px solid #dd0000 !important; /* 아래쪽 테두리 색상 */
   padding: 20px 0;
   border-top: 2px solid transparent !important; /* 상단 테두리는 투명 */
   text-align: center;
  border-right: none !important; /* 오른쪽 테두리는 없앰 */
  border-left: none !important; /* 왼쪽 테두리는 없앰 */
   box-shadow: 0px 0px 25px #222; /* 어두운 색상으로 그림자 효과 */
}
}

2024년 11월 7일 (목) 23:33 판

.liberty-content-header {
  background-color: #222 !important; /* 매우 어두운 배경 색상 */
  border-bottom: 2px solid #dd0000 !important; /* 아래쪽 테두리 색상 */
  border-top: 2px solid transparent !important; /* 상단 테두리는 투명 */
  border-right: none !important; /* 오른쪽 테두리는 없앰 */
  border-left: none !important; /* 왼쪽 테두리는 없앰 */
  box-shadow: 0px 0px 25px #222; /* 어두운 색상으로 그림자 효과 */
}