기본 배경 : 검정, 기본 폰트색 : 흰색 설정.

isClose 함수 참조 문제 해결
This commit is contained in:
2018-04-02 02:42:38 +09:00
parent 3c49925999
commit c2d7e44400
4 changed files with 12 additions and 4 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
@charset "UTF-8";
body {
color:white; background-color:black; border-width:1px; border-color:gray; background-image:url('/images/back.jpg'); background-position:center; background-repeat:repeat-y;
color:white;
background-color:black;
border-width:1px;
border-color:gray; background-image:url('/images/back.jpg'); background-position:center; background-repeat:repeat-y;
}
#container {