:로오히 캐릭터 프로필/styles.css

최근 편집: 2020년 7월 5일 (일) 00:32
th, td {
  border: 0px;
}

.로오히-캐릭터-프로필 {
  display: block;
  max-width: 600px;
  width: 100%;
  font-size: 0.9rem;
  border-spacing: 0;
  table-layout: fixed;
}

.로오히-캐릭터-프로필 tr td {
  border-bottom: 2.5px solid;
  border-left: none;
  border-right: none;
  text-align: left;
}

.로오히-캐릭터-프로필 tr th {
  border-bottom: 2.5px solid GOLDENROD;
  border-left: none;
  border-right: none;
  text-align: left;
}

.로오히-캐릭터-프로필 .CV {
  text-align: right;
  font-size: 0.75rem;
  border-bottom: none;
}