미디어위키

"Common.css"의 두 판 사이의 차이

North Korea Humanities

6번째 줄: 6번째 줄:
 
/*24.11.22*/
 
/*24.11.22*/
 
ul {
 
ul {
  width: 300px;
+
    text-align: center;
  margin-left: auto;
+
    margin: 0;
   margin-right: auto;
+
    padding: 0;
 +
   }
 +
li {
 +
list-style: none;
 
}
 
}

2024년 11월 22일 (금) 16:21 판

/* 이 CSS 설정은 모든 스킨에 적용됩니다 */
cite {
  box-shadow: inset 0 -20px 0 #FAFAFA;
}

/*24.11.22*/
ul {
    text-align: center;
    margin: 0;
    padding: 0;
  }
li {
 list-style: none;
}