로그인 대문 페이지 재작성 시작

This commit is contained in:
2018-03-13 02:15:39 +09:00
parent d4c75223a8
commit 94181ee3d7
5 changed files with 156 additions and 77 deletions
+22
View File
@@ -18,6 +18,25 @@ td {
text-align: center;
font-family: '맑은 고딕'; line-height: 110%;
}
div {
margin:0px;
padding: 0px;
word-break: break-all;
font-family: '맑은 고딕';
}
.with_border{
border: solid 1px;
border-spacing: 0px;
border-collapse: separate;
border-top-color: gray;
border-left-color: gray;
border-right-color: black;
border-bottom-color: black;
}
/*
div {
width: 100px; height: 20px;
border: solid 1px; border-spacing: 0px; border-collapse: separate; border-top-color: gray; border-left-color: gray; border-right-color: black; border-bottom-color: black;
@@ -27,7 +46,9 @@ div {
text-align: center;
font-family: '맑은 고딕'; line-height: 110%;
}
*/
font { font-family: '맑은 고딕'; line-height: 110%; }
/*
input {
width: 100px; height: 18px;
background-color: black; color: white;
@@ -35,6 +56,7 @@ input {
font-size: 13px;
line-height: 110%;
}
*/
select {
width: 100px; height: 18px;
background-color: black; color: white;