장수 빙의 코드 변경

This commit is contained in:
2018-05-05 21:20:15 +09:00
parent 5974028c4d
commit 3c1c339498
9 changed files with 226 additions and 376 deletions
+2 -1
View File
@@ -3,11 +3,12 @@
html, body{
background-color:black;
color:white;
line-height:1.3;
}
table { font-family:'맑은 고딕'; }
font { font-family:'맑은 고딕'; }
input { font-family:'맑은 고딕'; height:20px }
input { font-family:'맑은 고딕'; font-size:13px; }
select { font-family:'굴림'; line-height:100%; }
/* */
+17
View File
@@ -1,3 +1,8 @@
.container{
width:1000px;
margin:0 auto;
}
.card_holder{
text-align:center;
}
@@ -6,6 +11,18 @@
display:inline-block;
}
.general_card h4 {
margin:0;
}
.general_card p {
margin:0;
}
.general_card .select_btn {
width:100%;
}
.general_card label {
display: block;