:책날개 계층화/styles.css

최근 편집: 2023년 1월 12일 (목) 23:37
/*.code-style {
  border-radius: 0.1rem;
  padding: 0.1rem 0.2rem;
  background-color: #efefef;
}*/

.code-style:before {
  content: "> ";
  font-size: 0.8em;
  color: #ccc;
}

.columned {
  display:flex;
  align-content: stretch; 
  flex-direction:column; 
  flex-wrap:wrap; 
  overflow:auto;
  width: 100%;
}

.li-1-2 {
  height: 2em;
}

.li-3-4 {
  height: 4em;
}

.li-5-6 {
  height: 6em;
}

.li-7-8 {
  height: 8em;
}

.li-9-10 {
  height: 10em;
}