Skip to content

Commit fe21f5c

Browse files
committed
승규님꺼 내맴대루 수정
1 parent 76b0b99 commit fe21f5c

File tree

3 files changed

+347
-289
lines changed

3 files changed

+347
-289
lines changed

정승규_login/css/common.css

Lines changed: 48 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,70 @@
1-
html, body, div, span,
2-
h1, h2, p
3-
em, img,
4-
b, u, i, ol, ul, li,
5-
form, label
6-
{
7-
margin: 0;
8-
padding: 0;
9-
border: 0;
10-
font-size: 100%;
11-
font: inherit;
12-
vertical-align: baseline;
13-
}
14-
15-
button{
16-
background: inherit;
17-
border:none;
18-
box-shadow:none;
19-
border-radius:0;
20-
padding:0;
21-
overflow:visible;
22-
cursor:pointer
1+
html,
2+
body,
3+
div,
4+
span,
5+
h1,
6+
h2,
7+
p em,
8+
img,
9+
b,
10+
u,
11+
i,
12+
ol,
13+
ul,
14+
li,
15+
form,
16+
label {
17+
margin: 0;
18+
padding: 0;
19+
border: 0;
20+
font-size: 100%;
21+
font: inherit;
22+
vertical-align: baseline;
23+
}
24+
25+
button {
26+
background: inherit;
27+
border: none;
28+
box-shadow: none;
29+
border-radius: 0;
30+
padding: 0;
31+
overflow: visible;
32+
cursor: pointer;
2333
}
2434

2535
a {
26-
text-decoration: none;
36+
text-decoration: none;
37+
color: inherit;
2738
}
2839

2940
body {
30-
line-height: 1;
41+
line-height: 1;
3142
}
3243

33-
ol, ul, li {
34-
list-style: none;
44+
ol,
45+
ul,
46+
li {
47+
list-style: none;
3548
}
3649

3750
table {
38-
border-collapse: collapse;
39-
border-spacing: 0;
51+
border-collapse: collapse;
52+
border-spacing: 0;
4053
}
4154

4255
body {
43-
background: var(--gray-6, #F2F2F2);
56+
background: var(--gray-6, #f2f2f2);
4457
}
4558

4659
.default-font {
47-
font-family: 'SpoqaHanSansNeo', sans-serif;
60+
font-family: "SpoqaHanSansNeo", sans-serif;
4861
}
4962

5063
/* font */
5164
@font-face {
52-
font-family: 'SpoqaHanSansNeo';
53-
src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
54-
font-weight: normal;
55-
font-style: normal;
65+
font-family: "SpoqaHanSansNeo";
66+
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff")
67+
format("woff");
68+
font-weight: normal;
69+
font-style: normal;
5670
}

0 commit comments

Comments
 (0)