:연습장:아바투르너마저/1/styles.css

아바투르너마저 (토론 | 기여)님의 2024년 11월 9일 (토) 23:34 판
.radio-box {
  width: 30px;
  height: 10px;
  border-radius: 20px;
  border: 2px solid black;
  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: 5px;
  height: 2px;
  border-radius: 50%;
  background-color: #333;
  position: absolute;
  top: 20px;
}

.radio-content {
  margin-top: 30px; /* 중앙 버튼 아래로 내용 배치 */
  font-size: 2px;
}