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

편집 요약 없음
(내용을 ".mw-body { background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; }"(으)로 바꿈)
태그: 대체됨
 
(같은 사용자의 중간 판 15개는 보이지 않습니다)
1번째 줄: 1번째 줄:
.radio-box {
.mw-body {
   width: 300px;
   background-size: cover;
  height: 180px;
   background-repeat: no-repeat;
  border-radius: 20px;
   background-position: center;
   border: 4px solid black;
   background-attachment: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
   background-color: #B17A5C;
  padding: 20px;
  position: relative;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #333;
}
 
.radio-center {
  width: 40px;
  height: 40px;
  border-radius: 50%;
   background-color: #B17A5C;
  position: absolute;
  top: 20px;
}
 
.radio-content {
  margin-top: 60px; /* 중앙 버튼 아래로 내용 배치 */
  font-size: 16px;
}
}

2025년 1월 4일 (토) 02:55 기준 최신판

.mw-body {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}